added excludes for vendored directories (since GO 1.5)

This commit is contained in:
enzian 2015-10-07 14:40:06 +02:00
parent 0dbd791269
commit 8822253ae4
1 changed files with 4 additions and 0 deletions

View File

@ -22,3 +22,7 @@ _testmain.go
*.exe
*.test
*.prof
# GO15VENDOREXPERIMENT flag specifics
vendor/**
!vendor/manifest