add basic gitignore

This commit is contained in:
Robert Kaussow
2019-08-21 16:52:47 +02:00
parent 6ad779051c
commit 3e408052ed

22
.gitignore vendored Normal file
View File

@@ -0,0 +1,22 @@
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, build with `go test -c`
*.test
# Visual Studio Code
.vscode
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Ignore builds
reva-phoenix
# For Mac OS
.DS_Store