diff options
author | William Carroll <wpcarro@gmail.com> | 2019-01-13T19·30-0500 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2019-01-13T19·30-0500 |
commit | 18b9930b8604134f087ca61fe94740b31f94327c (patch) | |
tree | 3aebd50ae576ff586b8c3045d1342f358a23f095 /.gitignore | |
parent | 6842ecd3be417e9212e4d832c069285d0c5ab760 (diff) |
Update gitignore
I believe `emacs.d` was change to `.emacs.d` somewhere along the way. The gitignore needs to be updated, and some spam may have slipped in as well.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/.gitignore b/.gitignore index 8630ac9103ac..192217f547b5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,13 @@ .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/request +.emacs.d/projectile-bookmarks.eld +.emacs.d/network-security.data +.emacs.d/smex-items |