Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id EAE07431FD0 for ; Sat, 17 Dec 2011 07:40:56 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.799 X-Spam-Level: X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1EzpWql92JtC for ; Sat, 17 Dec 2011 07:40:56 -0800 (PST) Received: from mail-qw0-f46.google.com (mail-qw0-f46.google.com [209.85.216.46]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 8D290431FB6 for ; Sat, 17 Dec 2011 07:40:56 -0800 (PST) Received: by qadc12 with SMTP id c12so1847367qad.5 for ; Sat, 17 Dec 2011 07:40:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:subject:date:message-id:x-mailer; bh=muz15tdCMGuI4spP+dTheNF2zTrnIWunFg/dAVvYIEI=; b=xUqkCKUrppyaQLukf/9h2veUuWd4EvhFci6ppBcA64ETlm0pS4oGpnA4b3nxaU71d1 MfC9otJ3287xGiywd4eGREur0x0GPrMjNskro0B5lUuV2pjTx3cZQuzgOHXIdMPy5JlO 5lHVlUrzUBQL+6bf/PVyucIzBaYTCU4Nl1uZc= Received: by 10.224.106.5 with SMTP id v5mr17277226qao.74.1324136455843; Sat, 17 Dec 2011 07:40:55 -0800 (PST) Received: from localhost.localdomain (c-68-80-94-73.hsd1.pa.comcast.net. [68.80.94.73]) by mx.google.com with ESMTPS id el7sm26944564qab.16.2011.12.17.07.40.54 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 17 Dec 2011 07:40:55 -0800 (PST) From: Aaron Ecay To: notmuch@notmuchmail.org Subject: [PATCH] Ignore dynamic libraries on OS X. Date: Sat, 17 Dec 2011 10:40:49 -0500 Message-Id: <1324136449-5133-1-git-send-email-aaronecay@gmail.com> X-Mailer: git-send-email 1.7.8 X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Dec 2011 15:40:57 -0000 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