add gitignore

This commit is contained in:
Aleksandr Bezobchuk
2018-07-05 11:08:39 -04:00
parent 7e2606f614
commit 7b274f8692
+15
View 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/