diff options
author | Aaron LI <aaronly.me@outlook.com> | 2016-12-07 12:28:51 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2016-12-07 12:28:51 +0800 |
commit | deafc71d237da1e3b7565ac9f1e83b48485c77af (patch) | |
tree | 26d469dba89286b11ba8f9a83cc728e7c0474e30 | |
parent | 95c9bd3ad3e2ad07a71a11910e09132d6f15842d (diff) | |
download | dotfiles-deafc71d237da1e3b7565ac9f1e83b48485c77af.tar.bz2 |
Add .gitignore file for _spacemacs.d
-rw-r--r-- | _spacemacs.d/.gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/_spacemacs.d/.gitignore b/_spacemacs.d/.gitignore new file mode 100644 index 0000000..f0e4b47 --- /dev/null +++ b/_spacemacs.d/.gitignore @@ -0,0 +1,5 @@ +## .gitignore for ".spacemacs.d" + +custom.el + +local/mu4e/ |