discovery_init.go : bug fix gServer
[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
23 # Output of the go coverage tool, specifically when used with LiteIDE
24 *.out
25 *.html
26
27 # VS Code
28 .vscode/