diff options
author | William Carroll <wpcarro@gmail.com> | 2018-04-25T15·49-0400 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2018-04-25T16·15-0400 |
commit | 769b26c3efcb65f177aaa7566e3f3207dfb69b84 (patch) | |
tree | d221eb1aac8812cab4c219388098db466312d4f9 | |
parent | 4958dda2673eaaf1024466fcc4f6cfb42b383b76 (diff) |
Ignore emacs.d directories
Ignore dirs in the emacs.d that is being added to this repo. We don't want packages and other bloat in this repo.
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e72f7415739e..d55ca34ae87d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,10 @@ .vim .DS_Store ./configs/secrets +emacs.d/quelpa/**/* +emacs.d/elpa/**/* +emacs.d/emojis +emacs.d/auto-save-list/ +emacs.d/eshell/ +emacs.d/var/**/* +emacs.d/request |