diff options
author | Alexander Sulfrian <alexander@sulfrian.net> | 2012-04-24 23:24:57 +0200 |
---|---|---|
committer | Alexander Sulfrian <alexander@sulfrian.net> | 2012-04-24 23:24:57 +0200 |
commit | 59e65aa1a8f2dc668b37114380e50b3051d7206f (patch) | |
tree | 58064a3f87194669cb8dde9516f00f035d3e66dd | |
parent | 96f48ebd97c19384f487c8a9c4cf474705ce1e37 (diff) | |
download | dotfiles-59e65aa1a8f2dc668b37114380e50b3051d7206f.tar.gz dotfiles-59e65aa1a8f2dc668b37114380e50b3051d7206f.tar.xz dotfiles-59e65aa1a8f2dc668b37114380e50b3051d7206f.zip |
gitconfig: added gitglobalignore file
Diffstat (limited to '')
-rw-r--r-- | gitconfig | 3 | ||||
-rw-r--r-- | gitglobalignore | 7 |
2 files changed, 10 insertions, 0 deletions
@@ -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 |