mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
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:
parent
4fb691e175
commit
521efeab78
4
.gitignore
vendored
4
.gitignore
vendored
@ -9,6 +9,10 @@
|
||||
|
||||
# Ignore generated files within `Library` (again).
|
||||
/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/bin
|
||||
/Library/Homebrew/test/vendor
|
||||
|
10
Library/Homebrew/cask/.gitignore
vendored
10
Library/Homebrew/cask/.gitignore
vendored
@ -1,10 +0,0 @@
|
||||
# toplevel
|
||||
/.bundle/
|
||||
/bin/
|
||||
/vendor/
|
||||
|
||||
# anywhere in the tree
|
||||
*~
|
||||
.DS_Store
|
||||
.ruby-version
|
||||
coverage
|
Loading…
x
Reference in New Issue
Block a user