enhance unittest of dbus-server
[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 src/libedge-orchestration/sample/orchestration_chrome_sample
17
18 # Test binary, build with `go test -c`
19 *.test
20
21 # Output of c build 
22 *.o
23 src/CMain/unittest/out/*
24 src/CMain/bin/*
25
26 # Output of go build
27 src/GoMain/bin/*
28
29 # Output of the go coverage tool, specifically when used with LiteIDE
30 *.out
31 *.html
32
33 # VS Code
34 .vscode/