[PATCH 4/4] ruby: Add generated files to gitignore
authorAli Polatel <alip@exherbo.org>
Mon, 10 Jan 2011 14:39:28 +0000 (16:39 +0200)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:37:41 +0000 (09:37 -0800)
8c/54ba4692c9ceaef019e802e134a603b71da3ad [new file with mode: 0644]

diff --git a/8c/54ba4692c9ceaef019e802e134a603b71da3ad b/8c/54ba4692c9ceaef019e802e134a603b71da3ad
new file mode 100644 (file)
index 0000000..62f6a0c
--- /dev/null
@@ -0,0 +1,73 @@
+Return-Path: <alip@exherbo.org>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id DFE6F42D287\r
+       for <notmuch@notmuchmail.org>; Mon, 10 Jan 2011 06:39:28 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References"\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
+       autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id 1QebictYB1Xy for <notmuch@notmuchmail.org>;\r
+       Mon, 10 Jan 2011 06:39:28 -0800 (PST)\r
+Received: from bach.exherbo.org (bach.exherbo.org [78.47.197.147])\r
+       (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id 640F442D288\r
+       for <notmuch@notmuchmail.org>; Mon, 10 Jan 2011 06:39:27 -0800 (PST)\r
+Received: from localhost ([127.0.0.1] helo=karatren.karatren.ev ident=alip)\r
+       by bach.exherbo.org with esmtpa (Exim 4.71)\r
+       (envelope-from <alip@exherbo.org>)\r
+       id 1PcIu0-0006j0-Tx; Mon, 10 Jan 2011 14:39:21 +0000\r
+Received: by karatren.karatren.ev (Postfix, from userid 1000)\r
+       id 7070C1BAA95; Mon, 10 Jan 2011 16:39:28 +0200 (EET)\r
+From: Ali Polatel <alip@exherbo.org>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH 4/4] ruby: Add generated files to gitignore\r
+Date: Mon, 10 Jan 2011 16:39:28 +0200\r
+Message-Id:\r
+ <b9854b0327eed62b8430d6921d8198e4b341d554.1294669955.git.alip@exherbo.org>\r
+X-Mailer: git-send-email 1.7.3.5\r
+In-Reply-To: <cover.1294669955.git.alip@exherbo.org>\r
+References: <cover.1294669955.git.alip@exherbo.org>\r
+In-Reply-To: <cover.1294669955.git.alip@exherbo.org>\r
+References: <cover.1294669955.git.alip@exherbo.org>\r
+Organization: Pink Floyd\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Mon, 10 Jan 2011 14:39:29 -0000\r
+\r
+---\r
+ .gitignore |    4 ++++\r
+ 1 files changed, 4 insertions(+), 0 deletions(-)\r
+\r
+diff --git a/.gitignore b/.gitignore\r
+index 217440d..9786d4d 100644\r
+--- a/.gitignore\r
++++ b/.gitignore\r
+@@ -13,3 +13,7 @@ libnotmuch.so*\r
+ .*.swp\r
+ *.elc\r
+ releases\r
++\r
++bindings/ruby/mkmf.log\r
++bindings/ruby/notmuch.so\r
++bindings/ruby/Makefile\r
+-- \r
+1.7.3.5\r
+\r