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.
This commit is contained in:
parent
f7b3e0a7a9
commit
e7bc9e39bd
7 changed files with 3 additions and 72 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue