Merge Cask's gitignore with root one.

This fixes the ignoring in libgit2 clients that don't read nested
`.gitignore` files.
This commit is contained in:
Mike McQuaid 2016-09-10 10:03:19 +01:00
parent 4fb691e175
commit 521efeab78
2 changed files with 4 additions and 10 deletions

4
.gitignore vendored
View File

@ -9,6 +9,10 @@
# Ignore generated files within `Library` (again). # Ignore generated files within `Library` (again).
/Library/Homebrew/doc /Library/Homebrew/doc
/Library/Homebrew/cask/.bundle
/Library/Homebrew/cask/bin
/Library/Homebrew/cask/vendor
/Library/Homebrew/cask/coverage
/Library/Homebrew/test/.bundle /Library/Homebrew/test/.bundle
/Library/Homebrew/test/bin /Library/Homebrew/test/bin
/Library/Homebrew/test/vendor /Library/Homebrew/test/vendor

View File

@ -1,10 +0,0 @@
# toplevel
/.bundle/
/bin/
/vendor/
# anywhere in the tree
*~
.DS_Store
.ruby-version
coverage