.gitignore: Ignore make output binaries

This commit is contained in:
leixiang
2020-04-19 11:02:16 +08:00
parent f43d2c69e0
commit b92da52539

3
.gitignore vendored
View File

@@ -3,6 +3,9 @@
*.dll
*.so
*.dylib
darwin-wrapper/doh-logger
doh-client/doh-client
doh-server/doh-server
# Test binary, build with `go test -c`
*.test