gitignore: update documentation paths

This commit is contained in:
Dominyk Tiller 2016-02-17 22:35:37 +00:00 committed by Mike McQuaid
parent 4a289a65d4
commit ee9b657213

2
.gitignore vendored
View File

@ -30,6 +30,7 @@
/share/doc /share/doc
# Unignore our documentation. # Unignore our documentation.
!/.github
!/share/doc/homebrew !/share/doc/homebrew
!/share/man/man1/brew.1 !/share/man/man1/brew.1
@ -38,7 +39,6 @@
!/.travis.yml !/.travis.yml
!/.yardopts !/.yardopts
!/CODEOFCONDUCT.md !/CODEOFCONDUCT.md
!/CONTRIBUTING.md
!/LICENSE.txt !/LICENSE.txt
!/README.md !/README.md
!/SUPPORTERS.md !/SUPPORTERS.md