From 1e1c6c49b0b15ce9cd2cb90fb6fa2ed74d52cb42 Mon Sep 17 00:00:00 2001 From: Peter Feigl Date: Tue, 4 Dec 2012 15:05:58 +0100 Subject: [PATCH] [PATCH] Adding parse-time to test/.gitignore --- 68/220aac5a398fc16f3b3a4135fbacc9d019c900 | 61 +++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 68/220aac5a398fc16f3b3a4135fbacc9d019c900 diff --git a/68/220aac5a398fc16f3b3a4135fbacc9d019c900 b/68/220aac5a398fc16f3b3a4135fbacc9d019c900 new file mode 100644 index 000000000..6b6de1273 --- /dev/null +++ b/68/220aac5a398fc16f3b3a4135fbacc9d019c900 @@ -0,0 +1,61 @@ +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 BA1BF431FB6 + for ; Tue, 4 Dec 2012 06:06:02 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0.001 +X-Spam-Level: +X-Spam-Status: No, score=0.001 tagged_above=-999 required=5 + tests=[FREEMAIL_FROM=0.001] 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 ReaWVtVAi4ST for ; + Tue, 4 Dec 2012 06:06:02 -0800 (PST) +Received: from mail.nexoid.at (www.nexoid.at [178.79.130.240]) + (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 00A74431FAE + for ; Tue, 4 Dec 2012 06:06:02 -0800 (PST) +Received: by mail.nexoid.at (Postfix, from userid 1000) + id 570AA11C109; Tue, 4 Dec 2012 15:06:00 +0100 (CET) +From: Peter Feigl +To: notmuch@notmuchmail.org +Subject: [PATCH] Adding parse-time to test/.gitignore +Date: Tue, 4 Dec 2012 15:05:58 +0100 +Message-Id: <1354629958-6619-1-git-send-email-craven@gmx.net> +X-Mailer: git-send-email 1.8.0 +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: Tue, 04 Dec 2012 14:06:02 -0000 + +test/parse-time is a binary that is generated when running make test. It should be ignored by git. +--- + test/.gitignore | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/test/.gitignore b/test/.gitignore +index 1eff7ce..97e0248 100644 +--- a/test/.gitignore ++++ b/test/.gitignore +@@ -5,4 +5,5 @@ symbol-test + arg-test + hex-xcode + random-corpus ++parse-time + tmp.* +-- +1.8.0 + -- 2.26.2