Permalink
Please sign in to comment.
11
.gitignore
@@ -1,12 +1,5 @@ | ||
/* | ||
!/.gitignore | ||
-!/Library/ | ||
-!/README.md | ||
-!/bin | ||
-/bin/* | ||
-!/bin/brew | ||
-!/share/man/man1/brew.1 | ||
+!/Aliases/ | ||
+!/Formula/ | ||
.DS_Store | ||
-/Library/LinkedKegs | ||
-/Library/Taps | ||
-/Library/Formula/.gitignore |
0 comments on commit
ea8a614