mirror of
https://github.com/github/gitignore
synced 2025-07-03 20:08:25 +02:00
Merge pull request #1689 from enzian/f_GoVendorExperiment
added excludes for vendored directories (since GO 1.5)
This commit is contained in:
commit
2bd7d8ec88
1 changed files with 4 additions and 0 deletions
|
@ -22,3 +22,7 @@ _testmain.go
|
|||
*.exe
|
||||
*.test
|
||||
*.prof
|
||||
|
||||
# GO15VENDOREXPERIMENT flag specifics
|
||||
vendor/**
|
||||
!vendor/manifest
|
Loading…
Add table
Add a link
Reference in a new issue