aboutsummaryrefslogtreecommitdiffstats
path: root/Go.gitignore
diff options
context:
space:
mode:
authorenzian <github@michaelingold.ch>2015-10-07 14:40:06 +0200
committerenzian <github@michaelingold.ch>2015-10-07 14:40:06 +0200
commit8822253ae43658367872f446148725d5ea850fa8 (patch)
treea705be5a4119965d46ae94d558d624311bd325c2 /Go.gitignore
parent0dbd791269e83d241dfd0a952f461d9a9302d518 (diff)
downloadgitignore-8822253ae43658367872f446148725d5ea850fa8.tar.gz
gitignore-8822253ae43658367872f446148725d5ea850fa8.zip
added excludes for vendored directories (since GO 1.5)
Diffstat (limited to 'Go.gitignore')
-rw-r--r--Go.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/Go.gitignore b/Go.gitignore
index daf913b1..a8843541 100644
--- a/Go.gitignore
+++ b/Go.gitignore
@@ -22,3 +22,7 @@ _testmain.go
*.exe
*.test
*.prof
+
+# GO15VENDOREXPERIMENT flag specifics
+vendor/**
+!vendor/manifest \ No newline at end of file