Add gitignore file

This commit is contained in:
Christian Claus 2018-04-09 12:58:16 +02:00
commit 4d3476b957

18
.gitignore vendored Normal file
View file

@ -0,0 +1,18 @@
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
dt
bin/
dist/
# Test binary, build with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Intellij
.idea/