diff options
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 |