]> source.dussan.org Git - gitignore.git/commitdiff
added excludes for vendored directories (since GO 1.5) 1689/head
authorenzian <github@michaelingold.ch>
Wed, 7 Oct 2015 12:40:06 +0000 (14:40 +0200)
committerenzian <github@michaelingold.ch>
Wed, 7 Oct 2015 12:40:06 +0000 (14:40 +0200)
Go.gitignore

index daf913b1b347aae6de6f48d599bc89ef8c8693d6..a88435412667760ef7d09ab02882c0c18ca600e4 100644 (file)
@@ -22,3 +22,7 @@ _testmain.go
 *.exe
 *.test
 *.prof
+
+# GO15VENDOREXPERIMENT flag specifics
+vendor/**
+!vendor/manifest
\ No newline at end of file