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 A6C67429E5F for ; Tue, 17 Jan 2012 10:16:08 -0800 (PST) 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 Znz1IlUVMnNX for ; Tue, 17 Jan 2012 10:16:08 -0800 (PST) Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 28440429E3B for ; Tue, 17 Jan 2012 10:16:08 -0800 (PST) Received: by wibhr12 with SMTP id hr12so3706151wib.26 for ; Tue, 17 Jan 2012 10:16:07 -0800 (PST) Received: by 10.180.84.133 with SMTP id z5mr25202423wiy.10.1326824167045; Tue, 17 Jan 2012 10:16:07 -0800 (PST) Received: from localhost (dsl-hkibrasgw4-fe5cdc00-23.dhcp.inet.fi. [80.220.92.23]) by mx.google.com with ESMTPS id bj10sm18257782wib.9.2012.01.17.10.16.05 (version=SSLv3 cipher=OTHER); Tue, 17 Jan 2012 10:16:06 -0800 (PST) From: Jani Nikula To: notmuch@notmuchmail.org Subject: [PATCH] fix .gitignore for gzipped man pages Date: Tue, 17 Jan 2012 20:16:03 +0200 Message-Id: <1326824163-27087-1-git-send-email-jani@nikula.org> X-Mailer: git-send-email 1.7.5.4 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, 17 Jan 2012 18:16:08 -0000 --- .gitignore | 1 - man/.gitignore | 2 ++ 2 files changed, 2 insertions(+), 1 deletions(-) create mode 100644 man/.gitignore diff --git a/.gitignore b/.gitignore index d64ec9f..d428290 100644 --- a/.gitignore +++ b/.gitignore @@ -7,7 +7,6 @@ tags /notmuch notmuch.sym notmuch-shared -notmuch.1.gz libnotmuch.so* libnotmuch*.dylib *.[ao] diff --git a/man/.gitignore b/man/.gitignore new file mode 100644 index 0000000..26ead20 --- /dev/null +++ b/man/.gitignore @@ -0,0 +1,2 @@ +# ignore gzipped man pages +*.[0-9].gz -- 1.7.5.4