|
8 | 8 | !/Library/ |
9 | 9 |
|
10 | 10 | # Ignore generated files within `Library` (again). |
11 | | -/Library/Homebrew/**/.bundle |
12 | | -/Library/Homebrew/**/vendor/bundle |
13 | 11 | /Library/Homebrew/doc |
14 | 12 | /Library/Homebrew/cask/bin |
15 | 13 | /Library/Homebrew/cask/coverage |
16 | 14 | /Library/Homebrew/cask/tmp |
17 | | -/Library/Homebrew/test/bin |
18 | | -/Library/Homebrew/test/coverage |
19 | | -/Library/Homebrew/test/fs_leak_log |
20 | 15 | /Library/Homebrew/tmp |
21 | 16 | /Library/LinkedKegs |
22 | 17 | /Library/Locks |
23 | 18 | /Library/PinnedKegs |
24 | 19 | /Library/PinnedTaps |
25 | 20 | /Library/Taps |
26 | 21 |
|
27 | | -# Ignore vendored files within `Library`. |
| 22 | +# Ignore some vendored files within `Library`. |
28 | 23 | /Library/Homebrew/vendor/portable-ruby |
| 24 | +/Library/Homebrew/vendor/ruby/2.0.0/bin |
| 25 | +/Library/Homebrew/vendor/ruby/2.0.0/cache |
| 26 | +/Library/Homebrew/vendor/ruby/2.0.0/extensions |
| 27 | +/Library/Homebrew/vendor/ruby/2.0.0/gems/* |
| 28 | +/Library/Homebrew/vendor/ruby/2.0.0/gems/ruby-macho-*/* |
| 29 | +/Library/Homebrew/vendor/ruby/2.0.0/gems/plist-*/* |
| 30 | +/Library/Homebrew/vendor/ruby/2.0.0/specifications |
| 31 | +/Library/Homebrew/vendor/ruby/2.0.0/tmp |
| 32 | + |
| 33 | +# Unignore our vendored gems |
| 34 | +!/Library/Homebrew/vendor/ruby/2.0.0/gems/ruby-macho-* |
| 35 | +!/Library/Homebrew/vendor/ruby/2.0.0/gems/ruby-macho-*/LICENSE* |
| 36 | +!/Library/Homebrew/vendor/ruby/2.0.0/gems/ruby-macho-*/lib |
| 37 | +!/Library/Homebrew/vendor/ruby/2.0.0/gems/plist-* |
| 38 | +!/Library/Homebrew/vendor/ruby/2.0.0/gems/plist-*/LICENSE* |
| 39 | +!/Library/Homebrew/vendor/ruby/2.0.0/gems/plist-*/lib |
29 | 40 |
|
30 | 41 | # Ignore `bin` contents (again). |
31 | 42 | /bin |
|
50 | 61 | !/completions |
51 | 62 |
|
52 | 63 | # Unignore our root-level metadata files. |
| 64 | +!/.bundle |
53 | 65 | !/.gitignore |
54 | 66 | !/.travis.yml |
55 | 67 | !/.yardopts |
56 | 68 | !/CODEOFCONDUCT.md |
57 | 69 | !/CONTRIBUTING.md |
| 70 | +!/Gemfile |
| 71 | +!/Gemfile.lock |
58 | 72 | !/LICENSE.txt |
59 | 73 | !/README.md |
60 | | - |
61 | | -# Unignore tests' bundle config |
62 | | -!/Library/Homebrew/test/.bundle |
|
0 commit comments