mirror of
https://github.com/github/gitignore
synced 2024-11-26 05:34:21 +01:00
added excludes for vendored directories (since GO 1.5)
This commit is contained in:
parent
0dbd791269
commit
8822253ae4
@ -22,3 +22,7 @@ _testmain.go
|
|||||||
*.exe
|
*.exe
|
||||||
*.test
|
*.test
|
||||||
*.prof
|
*.prof
|
||||||
|
|
||||||
|
# GO15VENDOREXPERIMENT flag specifics
|
||||||
|
vendor/**
|
||||||
|
!vendor/manifest
|
Loading…
Reference in New Issue
Block a user