From: Jani Nikula Date: Fri, 2 May 2014 14:51:00 +0000 (+0300) Subject: [PATCH 1/2] test: add have-man and have-compact in test/.gitignore X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bc61d3ee474b7710e6adbae0c9170f8c3a3fa6b1;p=notmuch-archives.git [PATCH 1/2] test: add have-man and have-compact in test/.gitignore --- diff --git a/f5/1be77eab463881143e79a1544d10b92d605c4d b/f5/1be77eab463881143e79a1544d10b92d605c4d new file mode 100644 index 000000000..aa5f8ec92 --- /dev/null +++ b/f5/1be77eab463881143e79a1544d10b92d605c4d @@ -0,0 +1,92 @@ +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 53157429E32 + for ; Fri, 2 May 2014 07:51:10 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -0.7 +X-Spam-Level: +X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 + tests=[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 Nu1H89ldjyDA for ; + Fri, 2 May 2014 07:51:06 -0700 (PDT) +Received: from mail-ee0-f47.google.com (mail-ee0-f47.google.com + [74.125.83.47]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client + certificate requested) by olra.theworths.org (Postfix) with ESMTPS id + 92320429E28 for ; Fri, 2 May 2014 07:51:06 -0700 + (PDT) +Received: by mail-ee0-f47.google.com with SMTP id b15so3230792eek.34 + for ; Fri, 02 May 2014 07:51:04 -0700 (PDT) +X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; + d=1e100.net; s=20130820; + h=x-gm-message-state:from:to:cc:subject:date:message-id; + bh=sgz7pR6bic6qHJZ00WDl8LrzKW9snxoFr+XIf1bhEyM=; + b=GaCW0HvL4KOgtcBso6erWzYc59M26Xb/bHOtCb90+ORpUF/i3UbnVvoSjOA4ZaVmTd + MBdpPp5kNFhPSc6Rdm1chHEIN8G/mvIiRvsaNckpEIHnb8R0ht0WJmKeYZjPHTrlaIh/ + h89MjBKLEX2HEtn8rJPS0fzifNFxPdkVOam+wLmrOZ87J3jrdt4jD6zcjqzyzEej6Eca + x9y9dcrgMpMrUsd1MYEh3ymk2U4Z7c6gOejPZiL7TtuM6xBIu75ETNZf89QQOORtD+0v + 4exckETVVL174UbtjSsQo+Kf/Y4CvM8GszdWgsH4j+WN8AEp2qDQIkaQIT2SVcOEgtKB + 75SQ== +X-Gm-Message-State: + ALoCoQl0ObzMa+nQSd9xUpm9qhYMcvX4Sw5sQS/z7lgTSzX19a6F6qnjH4YaCNMrVfXenfKL1XEu +X-Received: by 10.14.87.7 with SMTP id x7mr15515612eee.44.1399042262937; + Fri, 02 May 2014 07:51:02 -0700 (PDT) +Received: from localhost (dsl-hkibrasgw2-58c36f-91.dhcp.inet.fi. + [88.195.111.91]) + by mx.google.com with ESMTPSA id k2sm5129111eeg.20.2014.05.02.07.51.01 + for + (version=TLSv1.2 cipher=RC4-SHA bits=128/128); + Fri, 02 May 2014 07:51:01 -0700 (PDT) +From: Jani Nikula +To: notmuch@notmuchmail.org +Subject: [PATCH 1/2] test: add have-man and have-compact in test/.gitignore +Date: Fri, 2 May 2014 17:51:00 +0300 +Message-Id: <1399042261-8808-1-git-send-email-jani@nikula.org> +X-Mailer: git-send-email 1.9.2 +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: Fri, 02 May 2014 14:51:10 -0000 + +Sort the file while at it. +--- + test/.gitignore | 12 +++++++----- + 1 file changed, 7 insertions(+), 5 deletions(-) + +diff --git a/test/.gitignore b/test/.gitignore +index 97e024878728..4081cee6da18 100644 +--- a/test/.gitignore ++++ b/test/.gitignore +@@ -1,9 +1,11 @@ +-test-results +-corpus.mail +-smtp-dummy +-symbol-test + arg-test ++corpus.mail ++have-compact ++have-man + hex-xcode +-random-corpus + parse-time ++random-corpus ++smtp-dummy ++symbol-test ++test-results + tmp.* +-- +1.9.2 +