From 1e3a37b83c927334a73409296570885e14072f3c Mon Sep 17 00:00:00 2001 From: Aaron Ecay Date: Sat, 17 Dec 2011 10:40:49 -0500 Subject: [PATCH] Ignore dynamic libraries on OS X. Parallel to ignoring .so for linux. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 9468e30e..d64ec9f3 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ notmuch.sym notmuch-shared notmuch.1.gz libnotmuch.so* +libnotmuch*.dylib *.[ao] *~ .*.swp -- 2.43.0