diff --git a/.gitignore b/.gitignore index e6d5200c8..8bb232741 100644 --- a/.gitignore +++ b/.gitignore @@ -5,9 +5,13 @@ .idea/ *.iml coverage.txt +.tags # Build binaries build/ # Vim temporary files. .*.swp + +# Test binary, build with `go test -c` +*.test