[PATCH] Ignore dynamic libraries on OS X.

Subject: [PATCH] Ignore dynamic libraries on OS X.

Date: Sat, 17 Dec 2011 10:40:49 -0500

To: notmuch@notmuchmail.org

Cc:

From: Aaron Ecay


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


Thread: