gitignore: only ignore toplevel tags and bin

Primarily don't ignore tags and bin packages in vendored folders
This commit is contained in:
Mahmood Ali
2019-12-03 13:32:07 -05:00
parent a1d78388f8
commit 6bfe899756

4
.gitignore vendored
View File

@@ -28,8 +28,8 @@ _testmain.go
*.test
*.prof
tags
bin/
/tags
/bin/
/pkg/
.vagrant/
website/build/