[PATCH] Ignore dynamic libraries on OS X.

Aaron Ecay aaronecay at gmail.com
Sat Dec 17 07:40:49 PST 2011


Parallel to ignoring .so for linux.
---
 .gitignore |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
index 9468e30..d64ec9f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,6 +9,7 @@ notmuch.sym
 notmuch-shared
 notmuch.1.gz
 libnotmuch.so*
+libnotmuch*.dylib
 *.[ao]
 *~
 .*.swp
-- 
1.7.8



More information about the notmuch mailing list