Merge pull request #21 from RS7-EdgeComputing/EDGE-254
[platform/core/system/edge-orchestration.git] / .gitignore
1 # Binaries for programs and plugins
2 *.exe
3 *.exe~
4 *.dll
5 *.dylib
6 bin/*
7 pkg/*
8 vendor/src
9 doc/generate-api/*
10
11 # Test binary, build with `go test -c`
12 *.test
13
14 # Output of the go coverage tool, specifically when used with LiteIDE
15 *.out
16 *.html