.gitignore: Exclude binary and vim editor temporary files.

This commit is contained in:
Mario Trangoni 2018-12-04 16:15:33 +01:00
parent 7fa2e37607
commit b22b536722

9
.gitignore vendored
View File

@ -1,2 +1,9 @@
# Editor files
*~
-.idea/
# Test binary, build with `go test -c`
*.test
# Binaries
postfix_exporter
.idea/