add main binary to .gitignore

This commit is contained in:
Daniel Aberger
2021-11-05 12:21:20 +01:00
parent 96798db689
commit 9db57ad178
+1
View File
@@ -5,6 +5,7 @@
*.dll *.dll
*.so *.so
*.dylib *.dylib
main
# Test binary, built with `go test -c` # Test binary, built with `go test -c`
*.test *.test