[PATCH 2/4] emacs: update .gitignore

Subject: [PATCH 2/4] emacs: update .gitignore

Date: Sun, 2 Jun 2013 10:39:45 -0300

To: notmuch@notmuchmail.org

Cc: David Bremner

From: david@tethera.net


From: David Bremner <bremner@debian.org>

Start a seperate .gitignore for emacs stuff, move .elc rule there.
---
 .gitignore       | 1 -
 emacs/.gitignore | 2 ++
 2 files changed, 2 insertions(+), 1 deletion(-)
 create mode 100644 emacs/.gitignore

diff --git a/.gitignore b/.gitignore
index d428290..ef4f074 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 0000000..5421301
--- /dev/null
+++ b/emacs/.gitignore
@@ -0,0 +1,2 @@
+.eldeps*
+*.elc
-- 
1.8.2.rc2


Thread: