dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit 8d2e4fad36e22ef9c71ff8d91a4c713021d30670
parent 1bae8a8a8e59321a77f45887f2368087a1568d6c
Author: Chris Bracken <chris@bracken.jp>
Date:   Sun, 15 Feb 2015 22:52:12 -0800

Add static libs and OS X dylibs to global gitignore.

Diffstat:
M.gitignore_global | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.gitignore_global b/.gitignore_global @@ -1,7 +1,9 @@ +*.a *.class +*.dylib *.elc -*.pyc *.o +*.pyc *.so *.sw? *~