diff options
author | enzian <github@michaelingold.ch> | 2015-10-07 14:40:06 +0200 |
---|---|---|
committer | enzian <github@michaelingold.ch> | 2015-10-07 14:40:06 +0200 |
commit | 8822253ae43658367872f446148725d5ea850fa8 (patch) | |
tree | a705be5a4119965d46ae94d558d624311bd325c2 /Go.gitignore | |
parent | 0dbd791269e83d241dfd0a952f461d9a9302d518 (diff) | |
download | gitignore-8822253ae43658367872f446148725d5ea850fa8.tar.gz gitignore-8822253ae43658367872f446148725d5ea850fa8.zip |
added excludes for vendored directories (since GO 1.5)
Diffstat (limited to 'Go.gitignore')
-rw-r--r-- | Go.gitignore | 4 |
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 |