Merge pull request #1689 from enzian/f_GoVendorExperiment

added excludes for vendored directories (since GO 1.5)
This commit is contained in:
Brendan Forster 2015-11-02 12:19:22 -08:00
commit 2bd7d8ec88
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