From 6bfe899756b19ea1b279334609b059d4adc58580 Mon Sep 17 00:00:00 2001 From: Mahmood Ali Date: Tue, 3 Dec 2019 13:32:07 -0500 Subject: [PATCH] gitignore: only ignore toplevel tags and bin Primarily don't ignore tags and bin packages in vendored folders --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8efd757c2..3713b3b55 100644 --- a/.gitignore +++ b/.gitignore @@ -28,8 +28,8 @@ _testmain.go *.test *.prof -tags -bin/ +/tags +/bin/ /pkg/ .vagrant/ website/build/