Skip to content

Commit

Permalink
gitignore: fix Git 2.7.0 behaviour.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Jan 5, 2016
1 parent 9e28120 commit 397f875
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 397f875

Please sign in to comment.