forked from cerc-io/laconicd-deprecated
add gitignore
This commit is contained in:
parent
7e2606f614
commit
7b274f8692
15
.gitignore
vendored
Normal file
15
.gitignore
vendored
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
# Binaries for programs and plugins
|
||||||
|
*.exe
|
||||||
|
*.dll
|
||||||
|
*.so
|
||||||
|
*.dylib
|
||||||
|
|
||||||
|
# Test binary, build with `go test -c`
|
||||||
|
*.test
|
||||||
|
|
||||||
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
||||||
|
*.out
|
||||||
|
|
||||||
|
# Vendor deps
|
||||||
|
.glide/
|
||||||
|
vendor/
|
Loading…
Reference in New Issue
Block a user