Skip to content
Snippets Groups Projects
Unverified Commit 6c3547e5 authored by Mike McQuaid's avatar Mike McQuaid Committed by GitHub
Browse files

Merge pull request #4842 from MikeMcQuaid/gitignore-cleanup

gitignore: general cleanup
parents 38b54df5 8bee36d0
No related branches found
No related tags found
No related merge requests found
......@@ -7,29 +7,22 @@
# Unignore the contents of `Library` as that's where our code lives.
!/Library/
# Ignore generated files within `Library` (again).
/Library/Homebrew/**/.bundle
/Library/Homebrew/**/vendor/bundle
/Library/Homebrew/bin/
# Ignore files within `Library` (again).
/Library/Homebrew/.npmignore
/Library/Homebrew/bin
/Library/Homebrew/doc
/Library/Homebrew/cask/bin
/Library/Homebrew/cask/coverage
/Library/Homebrew/cask/tmp
/Library/Homebrew/test/bin
/Library/Homebrew/test/coverage
/Library/Homebrew/test/fs_leak_log
/Library/Homebrew/test/.gem
/Library/Homebrew/test/.subversion
/Library/Homebrew/tmp
/Library/Homebrew/.npmignore
/Library/LinkedKegs
/Library/Locks
/Library/PinnedKegs
/Library/PinnedTaps
/Library/Homebrew/test/coverage
/Library/Homebrew/test/fs_leak_log
/Library/Homebrew/vendor/portable-ruby
/Library/Taps
# Ignore vendored files within `Library`.
/Library/Homebrew/vendor/portable-ruby
# Ignore Bundler files
**/.bundle/bin
**/.bundle/cache
**/vendor/bundle
**/vendor/ruby
# Ignore `bin` contents (again).
/bin
......@@ -37,21 +30,17 @@
# Unignore our `brew` script.
!/bin/brew
# Unignore our documentation.
# Unignore our documentation/completions.
!/.github
!/completions
!/docs
!/manpages
# Ignore generated documentation site
/docs/_site
/docs/.bundle
/docs/bin
/docs/vendor
/docs/.jekyll-metadata
# Unignore our shell completion
!/completions
# Unignore our root-level metadata files.
!/.gitignore
!/.travis.yml
......@@ -64,4 +53,4 @@
!/README.md
# Unignore tests' bundle config
!/Library/Homebrew/test/.bundle
!/Library/Homebrew/test/.bundle/config
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment