aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorMax Howell2012-03-04 02:47:11 +0000
committerMax Howell2012-03-16 21:06:15 +0000
commita05a5fc8fb46b46ee59b791417a16dc0a2cfcd39 (patch)
tree9e517ea70e5268823c60f09a46e2c5f85d5c2b57 /.gitignore
parentfb13b6a99e48984fc74675784f74cb409a4a7557 (diff)
downloadhomebrew-a05a5fc8fb46b46ee59b791417a16dc0a2cfcd39.tar.bz2
Prevent tapped symlinks showing up in git status
The symlinks taps write to Formula show up in git status, but this trick prevents this. brew-(un)tap maintain a .gitignore in Formula that contains all the symlinks brew-tap creates. We add the .gitignore to the root .gitignore and TADA! Magic.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 6a7ee0e63..ace8a694c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@
.DS_Store
/Library/LinkedKegs
/Library/Taps
+/Library/Formula/.gitignore