diff options
| author | Max Howell | 2012-03-04 02:47:11 +0000 |
|---|---|---|
| committer | Max Howell | 2012-03-16 21:06:15 +0000 |
| commit | a05a5fc8fb46b46ee59b791417a16dc0a2cfcd39 (patch) | |
| tree | 9e517ea70e5268823c60f09a46e2c5f85d5c2b57 /.gitignore | |
| parent | fb13b6a99e48984fc74675784f74cb409a4a7557 (diff) | |
| download | homebrew-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-- | .gitignore | 1 |
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 |
