emacs: update .gitignore

Start a seperate .gitignore for emacs stuff, move .elc rule there.
This commit is contained in:
David Bremner 2013-06-02 10:39:45 -03:00
parent 915a707ae4
commit b3e8be32e8
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -12,5 +12,4 @@ libnotmuch*.dylib
*.[ao]
*~
.*.swp
*.elc
releases

2
emacs/.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
.eldeps*
*.elc