ソースを参照

Merge pull request #1689 from enzian/f_GoVendorExperiment

added excludes for vendored directories (since GO 1.5)
Brendan Forster 9 年 前
コミット
2bd7d8ec88
1 ファイル変更4 行追加0 行削除
  1. 4 0
      Go.gitignore

+ 4 - 0
Go.gitignore

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