Browse Source

Merge pull request #1689 from enzian/f_GoVendorExperiment

added excludes for vendored directories (since GO 1.5)
pull/1455/merge
Brendan Forster 8 years ago
parent
commit
2bd7d8ec88
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      Go.gitignore

+ 4
- 0
Go.gitignore View File

@@ -22,3 +22,7 @@ _testmain.go
*.exe
*.test
*.prof

# GO15VENDOREXPERIMENT flag specifics
vendor/**
!vendor/manifest

Loading…
Cancel
Save