gitignore: rearrange repository, simplify rules.
This commit is contained in:
parent
bd6fb88ddc
commit
9067cc39b8
19
.gitignore
vendored
19
.gitignore
vendored
@ -33,30 +33,19 @@
|
|||||||
# Unignore our `brew` script.
|
# Unignore our `brew` script.
|
||||||
!/bin/brew
|
!/bin/brew
|
||||||
|
|
||||||
# Ignore `share` contents (again).
|
|
||||||
/share
|
|
||||||
/share/doc
|
|
||||||
/share/zsh
|
|
||||||
/share/zsh/site-functions
|
|
||||||
|
|
||||||
# Unignore our documentation.
|
# Unignore our documentation.
|
||||||
!/.github
|
!/.github
|
||||||
!/share/doc/homebrew
|
!/docs
|
||||||
!/share/man/man1/brew.1
|
!/manpages
|
||||||
!/share/man/man1/brew-cask.1
|
|
||||||
|
|
||||||
# Ignore `etc` contents (again)
|
|
||||||
/etc
|
|
||||||
/etc/bash_completion.d
|
|
||||||
|
|
||||||
# Unignore our shell completion
|
# Unignore our shell completion
|
||||||
!/etc/bash_completion.d/brew
|
!/completions
|
||||||
!/share/zsh/site-functions/_brew
|
|
||||||
|
|
||||||
# Unignore our root-level metadata files.
|
# Unignore our root-level metadata files.
|
||||||
!/.gitignore
|
!/.gitignore
|
||||||
!/.travis.yml
|
!/.travis.yml
|
||||||
!/.yardopts
|
!/.yardopts
|
||||||
!/CODEOFCONDUCT.md
|
!/CODEOFCONDUCT.md
|
||||||
|
!/CONTRIBUTING.md
|
||||||
!/LICENSE.txt
|
!/LICENSE.txt
|
||||||
!/README.md
|
!/README.md
|
||||||
|
Loading…
x
Reference in New Issue
Block a user