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 1F253429E39 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 DW54hD35RqjH for ; Fri, 2 May 2014 07:51:06 -0700 (PDT) Received: from mail-ee0-f49.google.com (mail-ee0-f49.google.com [74.125.83.49]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 9E9A9429E32 for ; Fri, 2 May 2014 07:51:06 -0700 (PDT) Received: by mail-ee0-f49.google.com with SMTP id e53so3212553eek.36 for ; Fri, 02 May 2014 07:51:05 -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:in-reply-to :references; bh=KVHORgZX/rWm6nM+OvS2uR8o/QSEuFLnWCaeuFOTRIw=; b=FjPBV0irtwrX2/9nVyRas8mQhJ549r0n8tt8vLIadtb7Vv6JwX1tZuTHETKSakIuTg C3/EuJPWgKCZ2WELz8xbJTP6ZNTkOAQ3HLSGmGevzLSQucYXquugQUyTvlL3EeMsvvxw y7/2L04QSeOK3VJPfdfS15LI+40bLDUPJ+UHbRxTVhok3/eoeDXot6IDYKDT/0+C9l1e 3IcYIh84l31FGAm5Sv/rMmj2/OkwiFQkg+5yhEWj8EGQ5GDL75YmzG2uoV2CQF/ednuZ rCPzfow08uQHm6DDIP6U4HsoAoctveCITMT8lrK4kCmnfldMiuu6BD97G5yphPRQSd2z xucA== X-Gm-Message-State: ALoCoQkAZJL/J4EO3Zm1RBkle3wyKnNSFc5rQI2onCFQvKoqYroyD6FRPKM+tvRHLX+GXQnQKlip X-Received: by 10.15.98.68 with SMTP id bi44mr15302359eeb.97.1399042265309; Fri, 02 May 2014 07:51:05 -0700 (PDT) Received: from localhost (dsl-hkibrasgw2-58c36f-91.dhcp.inet.fi. [88.195.111.91]) by mx.google.com with ESMTPSA id y7sm5149904eev.5.2014.05.02.07.51.03 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Fri, 02 May 2014 07:51:04 -0700 (PDT) From: Jani Nikula To: notmuch@notmuchmail.org Subject: [PATCH 2/2] doc: add *.pyc to doc/.gitignore Date: Fri, 2 May 2014 17:51:01 +0300 Message-Id: <1399042261-8808-2-git-send-email-jani@nikula.org> X-Mailer: git-send-email 1.9.2 In-Reply-To: <1399042261-8808-1-git-send-email-jani@nikula.org> References: <1399042261-8808-1-git-send-email-jani@nikula.org> 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 --- doc/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/.gitignore b/doc/.gitignore index a60fb31e9419..f0cbb9c27b24 100644 --- a/doc/.gitignore +++ b/doc/.gitignore @@ -1,2 +1,3 @@ +*.pyc docdeps.mk _build -- 1.9.2