gitignore: fix Git 2.7.0 behaviour.

Closes Homebrew/homebrew#47710.
This commit is contained in:
Mike McQuaid 2016-01-05 14:09:02 +00:00
parent 9f1442db14
commit 52f471ac8d

6
.gitignore vendored
View File

@ -9,12 +9,12 @@
!/README.md
!/SUPPORTERS.md
!/bin
/bin/*
/bin
!/bin/brew
!/share
/share/*
/share
!/share/doc
/share/doc/*
/share/doc
!/share/doc/homebrew
!/share/man/man1/brew.1
.DS_Store