Add a gitignore

This commit is contained in:
Ian Howell 2019-04-26 11:37:03 -05:00
parent e0c7746d62
commit 94de6972dd

21
.gitignore vendored Normal file

@ -0,0 +1,21 @@
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
bin/
# Test binary, build wiith `go test -c`
*.test
# Output of the go coverage tool
*.out
.coverage/
# Various user specific files
.DS_Store
.idea/
.vimrc
*.swp
.vscode/