commit 1aac59be2a47e743cb0e9b02e34dc215e99b2ba5
parent d4a6fdd2e1b45f1d44c1cb7e6874d7c9688ca90b
Author: Chris Bracken <chris@bracken.jp>
Date: Thu, 11 Jul 2013 09:09:23 -0700
Added git-install target and .gitignore_global
Diffstat:
3 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/.gitconfig b/.gitconfig
@@ -2,6 +2,8 @@
command = git-vimdiff
[color]
ui = auto
+[core]
+ excludesfile = ~/.gitignore_global
[format]
pretty = format:%C(yellow)%h%C(reset) %C(green)%cr%C(reset) %C(blue)%cn%C(reset) %s
[user]
diff --git a/.gitignore_global b/.gitignore_global
@@ -0,0 +1,7 @@
+*.class
+*.elc
+*.pyc
+*.o
+*.so
+*.sw?
+*~
diff --git a/Makefile b/Makefile
@@ -6,6 +6,9 @@ install-bash:
cp .aliases .bash_logout .bashrc .colors .paths .profile .sh_functions ~/
# program config
+install-git:
+ cp -r .gitconfig .gitignore_global ~/
+
install-irssi:
cp -r .irssi ~/