From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id CB6386DE01F8 for ; Sat, 6 Oct 2018 21:45:45 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -1.146 X-Spam-Level: X-Spam-Status: No, score=-1.146 tagged_above=-999 required=5 tests=[AWL=1.144, RCVD_IN_DNSWL_MED=-2.3, T_SPF_PERMERROR=0.01] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bj0So7ZEA5vS for ; Sat, 6 Oct 2018 21:45:45 -0700 (PDT) Received: from che.mayfirst.org (che.mayfirst.org [162.247.75.118]) by arlo.cworth.org (Postfix) with ESMTPS id 0A0D76DE015F for ; Sat, 6 Oct 2018 21:45:44 -0700 (PDT) Received: from fifthhorseman.net (ool-6c3a0662.static.optonline.net [108.58.6.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by che.mayfirst.org (Postfix) with ESMTPSA id C24A0F99A for ; Sun, 7 Oct 2018 00:45:42 -0400 (EDT) Received: by fifthhorseman.net (Postfix, from userid 1000) id D8EA120AC8; Sat, 6 Oct 2018 23:09:20 -0500 (CDT) From: Daniel Kahn Gillmor To: Notmuch Mail Subject: [PATCH] test: git should ignore message-id-parse Date: Sun, 7 Oct 2018 00:09:20 -0400 Message-Id: <20181007040920.7980-1-dkg@fifthhorseman.net> X-Mailer: git-send-email 2.19.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.29 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: Sun, 07 Oct 2018 04:45:45 -0000 b31e44c678bf3bfe81bcc5f159e627551f12700f introduced message-id-parse as a new binary created by the test suite. It shows up as sometihng additional to git, but git ought to know to ignore it. --- test/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/test/.gitignore b/test/.gitignore index 73fe7e24..69080e5e 100644 --- a/test/.gitignore +++ b/test/.gitignore @@ -9,3 +9,4 @@ /test-results /ghost-report /tmp.* +/message-id-parse -- 2.19.0