From: David Bremner Date: Sun, 2 Jun 2013 13:39:45 +0000 (-0300) Subject: emacs: update .gitignore X-Git-Tag: 0.16_rc1~79 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=b3e8be32e80f5621b9337613bbe0a8a63ae4027e emacs: update .gitignore Start a seperate .gitignore for emacs stuff, move .elc rule there. --- diff --git a/.gitignore b/.gitignore index d4282909..ef4f0748 100644 --- a/.gitignore +++ b/.gitignore @@ -12,5 +12,4 @@ libnotmuch*.dylib *.[ao] *~ .*.swp -*.elc releases diff --git a/emacs/.gitignore b/emacs/.gitignore new file mode 100644 index 00000000..5421301c --- /dev/null +++ b/emacs/.gitignore @@ -0,0 +1,2 @@ +.eldeps* +*.elc