diff options
author | Brendan Forster <brendan@github.com> | 2015-11-02 12:19:22 -0800 |
---|---|---|
committer | Brendan Forster <brendan@github.com> | 2015-11-02 12:19:22 -0800 |
commit | 2bd7d8ec88bc9fad5aca91951826b16118227554 (patch) | |
tree | d3f1af5c5b1716a095a3c52da408476824ad3401 | |
parent | 56639ff392892426f07d073e782a1c6821a09130 (diff) | |
parent | 8822253ae43658367872f446148725d5ea850fa8 (diff) | |
download | gitignore-2bd7d8ec88bc9fad5aca91951826b16118227554.tar.gz gitignore-2bd7d8ec88bc9fad5aca91951826b16118227554.zip |
Merge pull request #1689 from enzian/f_GoVendorExperiment
added excludes for vendored directories (since GO 1.5)
-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 |