浏览代码

added excludes for vendored directories (since GO 1.5)

enzian 9 年之前
父节点
当前提交
8822253ae4
共有 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