From 1d63d24790ee54170a639fc95261d49b21c578ed Mon Sep 17 00:00:00 2001 From: Steven Kaufer Date: Thu, 4 May 2017 14:13:55 -0500 Subject: [PATCH] Ignore .tags and go .test files Signed-off-by: Steven Kaufer --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) 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