diff options
author | William Carroll <wpcarro@gmail.com> | 2019-03-06T16·48+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2019-03-06T16·58+0000 |
commit | fb1784e2acc70bbbd37bf42116c70f56749a9096 (patch) | |
tree | b8d59012981cd03d0b894de47e79f61a6c0d1108 /.gitignore | |
parent | 2c1721e8b41ea0291c75c34124d22eb909e75411 (diff) |
Remove noisy files
This repo's history seems to reflect my difficult wrestling with Git, GitHub, gitignore files. I'm still not sure I understand everything that's going on.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore index 192217f547b5..977cacfdda8c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,15 @@ .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 -.emacs.d/projectile-bookmarks.eld -.emacs.d/network-security.data -.emacs.d/smex-items +**/*/.emacs.d/quelpa/**/* +**/*/.emacs.d/elpa/**/* +**/*/.emacs.d/emojis +**/*/.emacs.d/auto-save-list/**/* +**/*/.emacs.d/eshell/ +**/*/.emacs.d/var/**/* +**/*/.emacs.d/.cache/**/* +**/*/.emacs.d/request +**/*/.emacs.d/projectile-bookmarks.eld +**/*/.emacs.d/network-security.data +**/*/.emacs.d/smex-items +nvim/.netrwhist |