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 DFE6F42D287 for ; Mon, 10 Jan 2011 06:39:28 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] 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 1QebictYB1Xy for ; Mon, 10 Jan 2011 06:39:28 -0800 (PST) Received: from bach.exherbo.org (bach.exherbo.org [78.47.197.147]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 640F442D288 for ; Mon, 10 Jan 2011 06:39:27 -0800 (PST) Received: from localhost ([127.0.0.1] helo=karatren.karatren.ev ident=alip) by bach.exherbo.org with esmtpa (Exim 4.71) (envelope-from ) id 1PcIu0-0006j0-Tx; Mon, 10 Jan 2011 14:39:21 +0000 Received: by karatren.karatren.ev (Postfix, from userid 1000) id 7070C1BAA95; Mon, 10 Jan 2011 16:39:28 +0200 (EET) From: Ali Polatel To: notmuch@notmuchmail.org Subject: [PATCH 4/4] ruby: Add generated files to gitignore Date: Mon, 10 Jan 2011 16:39:28 +0200 Message-Id: X-Mailer: git-send-email 1.7.3.5 In-Reply-To: References: In-Reply-To: References: Organization: Pink Floyd 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: Mon, 10 Jan 2011 14:39:29 -0000 --- .gitignore | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 217440d..9786d4d 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,7 @@ libnotmuch.so* .*.swp *.elc releases + +bindings/ruby/mkmf.log +bindings/ruby/notmuch.so +bindings/ruby/Makefile -- 1.7.3.5