remove link of vendor/src after build
[platform/core/system/edge-orchestration.git] / .gitignore
1 # Binaries for programs and plugins
2 *.exe
3 *.exe~
4 *.dll
5 *.dylib
6 *.o
7 bin/*
8 pkg/*
9 vendor/src
10 doc/generate-api/*
11 3rdparty/
12
13 # Sample binary
14 src/libedge-orchestration/lib/*
15 src/libedge-orchestration/sample/orchestration_sample
16
17 # Test binary, build with `go test -c`
18 *.test
19
20 # Output of c build 
21 *.o
22 src/CMain/bin/*
23
24 # Output of the go coverage tool, specifically when used with LiteIDE
25 *.out
26 *.html
27
28 # VS Code
29 .vscode/