mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
emacs: update .gitignore
Start a seperate .gitignore for emacs stuff, move .elc rule there.
This commit is contained in:
parent
915a707ae4
commit
b3e8be32e8
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -12,5 +12,4 @@ libnotmuch*.dylib
|
|||
*.[ao]
|
||||
*~
|
||||
.*.swp
|
||||
*.elc
|
||||
releases
|
||||
|
|
2
emacs/.gitignore
vendored
Normal file
2
emacs/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
.eldeps*
|
||||
*.elc
|
Loading…
Reference in a new issue