Re: Flat search and threaded views
[notmuch-archives.git] / 8c / 54ba4692c9ceaef019e802e134a603b71da3ad
1 Return-Path: <alip@exherbo.org>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id DFE6F42D287\r
6         for <notmuch@notmuchmail.org>; Mon, 10 Jan 2011 06:39:28 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References"\r
9 X-Spam-Flag: NO\r
10 X-Spam-Score: 0\r
11 X-Spam-Level: \r
12 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
13         autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id 1QebictYB1Xy for <notmuch@notmuchmail.org>;\r
17         Mon, 10 Jan 2011 06:39:28 -0800 (PST)\r
18 Received: from bach.exherbo.org (bach.exherbo.org [78.47.197.147])\r
19         (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id 640F442D288\r
22         for <notmuch@notmuchmail.org>; Mon, 10 Jan 2011 06:39:27 -0800 (PST)\r
23 Received: from localhost ([127.0.0.1] helo=karatren.karatren.ev ident=alip)\r
24         by bach.exherbo.org with esmtpa (Exim 4.71)\r
25         (envelope-from <alip@exherbo.org>)\r
26         id 1PcIu0-0006j0-Tx; Mon, 10 Jan 2011 14:39:21 +0000\r
27 Received: by karatren.karatren.ev (Postfix, from userid 1000)\r
28         id 7070C1BAA95; Mon, 10 Jan 2011 16:39:28 +0200 (EET)\r
29 From: Ali Polatel <alip@exherbo.org>\r
30 To: notmuch@notmuchmail.org\r
31 Subject: [PATCH 4/4] ruby: Add generated files to gitignore\r
32 Date: Mon, 10 Jan 2011 16:39:28 +0200\r
33 Message-Id:\r
34  <b9854b0327eed62b8430d6921d8198e4b341d554.1294669955.git.alip@exherbo.org>\r
35 X-Mailer: git-send-email 1.7.3.5\r
36 In-Reply-To: <cover.1294669955.git.alip@exherbo.org>\r
37 References: <cover.1294669955.git.alip@exherbo.org>\r
38 In-Reply-To: <cover.1294669955.git.alip@exherbo.org>\r
39 References: <cover.1294669955.git.alip@exherbo.org>\r
40 Organization: Pink Floyd\r
41 X-BeenThere: notmuch@notmuchmail.org\r
42 X-Mailman-Version: 2.1.13\r
43 Precedence: list\r
44 List-Id: "Use and development of the notmuch mail system."\r
45         <notmuch.notmuchmail.org>\r
46 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
47         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
48 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
49 List-Post: <mailto:notmuch@notmuchmail.org>\r
50 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
51 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
52         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
53 X-List-Received-Date: Mon, 10 Jan 2011 14:39:29 -0000\r
54 \r
55 ---\r
56  .gitignore |    4 ++++\r
57  1 files changed, 4 insertions(+), 0 deletions(-)\r
58 \r
59 diff --git a/.gitignore b/.gitignore\r
60 index 217440d..9786d4d 100644\r
61 --- a/.gitignore\r
62 +++ b/.gitignore\r
63 @@ -13,3 +13,7 @@ libnotmuch.so*\r
64  .*.swp\r
65  *.elc\r
66  releases\r
67 +\r
68 +bindings/ruby/mkmf.log\r
69 +bindings/ruby/notmuch.so\r
70 +bindings/ruby/Makefile\r
71 -- \r
72 1.7.3.5\r
73 \r