diff options
author | William Carroll <wpcarro@gmail.com> | 2019-03-18T14·24+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2019-03-18T14·30+0000 |
commit | e7bc9e39bd4a056ff49737a0c10f7a9b0d49e722 (patch) | |
tree | d9c5cc23630aa2b64d043aa3c23673afaa3efbfc /.gitignore | |
parent | f7b3e0a7a92903307ef1f4c66992721be6e01e08 (diff) |
gitignores .emacs.d/{bookmarks,custom.el,projectile-bookmarks.eld}
Using the `git rm -r --cached . && git add .` tip from: http://www.codeblocq.com/2016/01/Untrack-files-already-added-to-git-repository-based-on-gitignore/ I'm able to finally ignore these files. Things should be cleaner moving forward.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index aa768ce4c433..650e54087863 100644 --- a/.gitignore +++ b/.gitignore @@ -9,10 +9,10 @@ **/*/.emacs.d/var/**/* **/*/.emacs.d/.cache/**/* **/*/.emacs.d/request -**/*/.emacs.d/projectile-bookmarks.eld **/*/.emacs.d/network-security.data **/*/.emacs.d/smex-items .netrwhist Vundle.vim -custom.el -projectile-bookmarks.eld +**/*/.emacs.d/custom.el +**/*/.emacs.d/projectile-bookmarks.eld +**/*/.emacs.d/bookmarks |