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 262AB40DAE7 for ; Fri, 12 Nov 2010 00:09:02 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -1.9 X-Spam-Level: X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001] autolearn=ham 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 wDL09MvAfdZv for ; Fri, 12 Nov 2010 00:08:51 -0800 (PST) Received: from mail-wy0-f181.google.com (mail-wy0-f181.google.com [74.125.82.181]) by olra.theworths.org (Postfix) with ESMTP id 05CB440DAC6 for ; Fri, 12 Nov 2010 00:08:50 -0800 (PST) Received: by wyb40 with SMTP id 40so3118963wyb.26 for ; Fri, 12 Nov 2010 00:08:49 -0800 (PST) Received: by 10.227.28.10 with SMTP id k10mr1945257wbc.215.1289549328284; Fri, 12 Nov 2010 00:08:48 -0800 (PST) Received: from ut.hh.sledj.net (host81-149-164-25.in-addr.btopenworld.com [81.149.164.25]) by mx.google.com with ESMTPS id p4sm1924459wej.4.2010.11.12.00.08.46 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 12 Nov 2010 00:08:47 -0800 (PST) Received: by ut.hh.sledj.net (Postfix, from userid 1000) id 5F88B59405B; Fri, 12 Nov 2010 08:07:04 +0000 (GMT) From: David Edmondson To: notmuch@notmuchmail.org Subject: [PATCH 1/2] test: Ignore files created during emacs testing. Date: Fri, 12 Nov 2010 08:07:01 +0000 Message-Id: <1289549222-10882-1-git-send-email-dme@dme.org> X-Mailer: git-send-email 1.7.2.3 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, 12 Nov 2010 08:09:02 -0000 --- test/.gitignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/test/.gitignore b/test/.gitignore index b34778f..42a6647 100644 --- a/test/.gitignore +++ b/test/.gitignore @@ -1,3 +1,4 @@ test-results corpus.mail smtp-dummy +tmp.emacs -- 1.7.2.3