[PATCH 2/4] emacs: update .gitignore
david at tethera.net
david at tethera.net
Sun Jun 2 06:39:45 PDT 2013
From: David Bremner <bremner at 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
More information about the notmuch
mailing list