aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Reiter2016-10-29 15:40:22 +0200
committerMarkus Reiter2016-10-29 18:28:08 +0200
commita9746934fd255072aa2a5768dfe2d2889cd21c85 (patch)
tree404f5996ff2abdb1379c438aac9b3102b0f5f5a5
parentf863d61374902553623ad10b20392bf3274f137a (diff)
downloadbrew-a9746934fd255072aa2a5768dfe2d2889cd21c85.tar.bz2
Update `.gitignore` to match `vendor/bundle` everywhere.
-rw-r--r--.gitignore8
1 files changed, 3 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index 118a02ff8..201be91d8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,15 +8,13 @@
!/Library/
# Ignore generated files within `Library` (again).
+/Library/Homebrew/**/.bundle
+/Library/Homebrew/**/vendor/bundle
/Library/Homebrew/doc
-/Library/Homebrew/cask/.bundle
/Library/Homebrew/cask/bin
-/Library/Homebrew/cask/vendor
/Library/Homebrew/cask/coverage
/Library/Homebrew/cask/tmp
-/Library/Homebrew/test/.bundle
/Library/Homebrew/test/bin
-/Library/Homebrew/test/vendor
/Library/Homebrew/test/coverage
/Library/Homebrew/test/fs_leak_log
/Library/Homebrew/tmp
@@ -26,7 +24,7 @@
/Library/PinnedTaps
/Library/Taps
-# Ignore vendored files within `Library`
+# Ignore vendored files within `Library`.
/Library/Homebrew/vendor/portable-ruby
# Ignore `bin` contents (again).