diff options
author | Amin Bandali <bandali@gnu.org> | 2019-05-10 19:09:15 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2019-05-10 19:09:15 -0400 |
commit | ec84245acf295f36d8300519a5961c5fd60eea26 (patch) | |
tree | e38b113677435a46cb05a5f3929eb7d7e86f9726 /.config/git/ignore | |
parent | 56f0028233aae029d387321871da34db00c56505 (diff) | |
download | configs-ec84245acf295f36d8300519a5961c5fd60eea26.tar.gz configs-ec84245acf295f36d8300519a5961c5fd60eea26.tar.xz configs-ec84245acf295f36d8300519a5961c5fd60eea26.zip |
git: move global config and ignore to $XDG_CONFIG_HOME/git
Diffstat (limited to '.config/git/ignore')
-rw-r--r-- | .config/git/ignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.config/git/ignore b/.config/git/ignore new file mode 100644 index 0000000..e686538 --- /dev/null +++ b/.config/git/ignore @@ -0,0 +1,7 @@ +*.orig +*.py[co] +*.sublime-workspace +*~ +.DS_Store +*.elc +*-autoloads.el |