summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2012-04-24 23:24:57 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2012-04-24 23:24:57 +0200
commit59e65aa1a8f2dc668b37114380e50b3051d7206f (patch)
tree58064a3f87194669cb8dde9516f00f035d3e66dd
parent96f48ebd97c19384f487c8a9c4cf474705ce1e37 (diff)
downloaddotfiles-59e65aa1a8f2dc668b37114380e50b3051d7206f.tar.gz
dotfiles-59e65aa1a8f2dc668b37114380e50b3051d7206f.tar.xz
dotfiles-59e65aa1a8f2dc668b37114380e50b3051d7206f.zip
gitconfig: added gitglobalignore file
-rw-r--r--gitconfig3
-rw-r--r--gitglobalignore7
2 files changed, 10 insertions, 0 deletions
diff --git a/gitconfig b/gitconfig
index 6e9a13d..3afdc2e 100644
--- a/gitconfig
+++ b/gitconfig
@@ -14,3 +14,6 @@
ci = commit
b = branch
sta = stash
+
+[core]
+ excludesfile = ~/.dotfiles/gitglobalignore
diff --git a/gitglobalignore b/gitglobalignore
new file mode 100644
index 0000000..c2e7b7d
--- /dev/null
+++ b/gitglobalignore
@@ -0,0 +1,7 @@
+.promptignore
+\#*#
+.\#*
+*~
+*.pyc
+.ropeproject/
+.dir-locals.el