Commit 8822253a authored by enzian's avatar enzian

added excludes for vendored directories (since GO 1.5)

parent 0dbd7912
...@@ -22,3 +22,7 @@ _testmain.go ...@@ -22,3 +22,7 @@ _testmain.go
*.exe *.exe
*.test *.test
*.prof *.prof
# GO15VENDOREXPERIMENT flag specifics
vendor/**
!vendor/manifest
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment