Merge test gitignore into root version.

libgit2 clients struggle at parsing these otherwise because of how we
set up our ignore rules.

And remove now unneeded formula ignore rule.

Closes Homebrew/homebrew#41593.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Mike McQuaid 2015-07-11 09:38:19 +01:00
parent 3ba3ecba9d
commit 9011060c00
2 changed files with 3 additions and 4 deletions

4
.gitignore vendored
View File

@ -14,7 +14,9 @@
!/share/man/man1/brew.1
.DS_Store
/Library/Homebrew/doc
/Library/Homebrew/test/.bundle
/Library/Homebrew/test/bin
/Library/Homebrew/test/vendor
/Library/LinkedKegs
/Library/PinnedKegs
/Library/Taps
/Library/Formula/.gitignore

View File

@ -1,3 +0,0 @@
/.bundle/
/bin/
/vendor/