Skip to content
Browse files

Merge pull request #1689 from enzian/f_GoVendorExperiment

added excludes for vendored directories (since GO 1.5)
  • Loading branch information...
2 parents 56639ff + 8822253 commit 2bd7d8ec88bc9fad5aca91951826b16118227554 @shiftkey shiftkey committed
Showing with 4 additions and 0 deletions.
  1. +4 −0 Go.gitignore
View
4 Go.gitignore
@@ -22,3 +22,7 @@ _testmain.go
*.exe
*.test
*.prof
+
+# GO15VENDOREXPERIMENT flag specifics
+vendor/**
+!vendor/manifest

3 comments on commit 2bd7d8e

@cavpollo

Go noob here. Just wondering why was this reverted from the gitignore?

@shiftkey
GitHub member

@cavpollo please see the discussion here #1738

@cavpollo

Thanks @shiftkey =)

Please sign in to comment.
Something went wrong with that request. Please try again.