Commit 2bd7d8ec authored by Brendan Forster's avatar Brendan Forster

Merge pull request #1689 from enzian/f_GoVendorExperiment

added excludes for vendored directories (since GO 1.5)
parents 56639ff3 8822253a
......@@ -22,3 +22,7 @@ _testmain.go
*.exe
*.test
*.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