Browse Source

added excludes for vendored directories (since GO 1.5)

enzian 9 years ago
parent
commit
8822253ae4
1 changed files with 4 additions and 0 deletions
  1. 4 0
      Go.gitignore

+ 4 - 0
Go.gitignore

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