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.
13 lines
159 B
Plaintext
13 lines
159 B
Plaintext
/*
|
|
!/.gitignore
|
|
!/Library/
|
|
!/README.md
|
|
!/bin
|
|
/bin/*
|
|
!/bin/brew
|
|
!/share/man/man1/brew.1
|
|
.DS_Store
|
|
/Library/LinkedKegs
|
|
/Library/Taps
|
|
/Library/Formula/.gitignore
|