From: Jani Nikula Date: Mon, 27 Oct 2014 17:59:34 +0000 (+0200) Subject: [PATCH] gitignore: ignore sh.config and doc/config.dox X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b37ab672b1ed1f186bc95ecde411d898cd134a9e;p=notmuch-archives.git [PATCH] gitignore: ignore sh.config and doc/config.dox --- diff --git a/ea/8feeaa92b801712620b89c5be4baf0b6ed0712 b/ea/8feeaa92b801712620b89c5be4baf0b6ed0712 new file mode 100644 index 000000000..b07dfeeae --- /dev/null +++ b/ea/8feeaa92b801712620b89c5be4baf0b6ed0712 @@ -0,0 +1,91 @@ +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 46B8F431FC3 + for ; Mon, 27 Oct 2014 10:59:44 -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 iSn2klni6fL6 for ; + Mon, 27 Oct 2014 10:59:40 -0700 (PDT) +Received: from mail-wg0-f41.google.com (mail-wg0-f41.google.com + [74.125.82.41]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client + certificate requested) by olra.theworths.org (Postfix) with ESMTPS id + EB73A431FB6 for ; Mon, 27 Oct 2014 10:59:39 -0700 + (PDT) +Received: by mail-wg0-f41.google.com with SMTP id b13so6299260wgh.0 + for ; Mon, 27 Oct 2014 10:59:37 -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=H4T9cuGd122IDk+Dgl0i2dEQNcw/1mYY/Bf8WU+wOko=; + b=Dogn3RZ0N9Mcr2uBe3+K+a2go4Atohh4HgvljT1HctfNqY8OW6TvVA3J0IrcBcXv20 + 1t2BOYJciDR8dEpW0yQ0Qj01agzon8PC67AkzDrwdSM/BF29WIRCH+/ajP1yjJ9JDcgy + fEnTzyvlmV1hLJ1M4PxQ2NJFWuYWq6v1wpV1NDN8232N7b695dD0OWo8C/Wy/BKAhTjc + Bl2H0uoQaGuzN0Fd0cu8CSnfB0auv27ZfWGurve+82rQ3gj0WS/0wk2IcICJ2vq8XpNk + x/jnzzyEbfyr/YuxezTvyxSOtdLyF0c93gvEQ+l/G+atRPrC+jNzV47WeXHhDPA93N+1 + 2BgQ== +X-Gm-Message-State: + ALoCoQmkClVs8T6tEY4TYDTVSFbOmUKG5RZJBP56s5p8D5tUthKgXXouyf2kYdyqavnP8K9qxyNZ +X-Received: by 10.180.91.234 with SMTP id ch10mr22658775wib.60.1414432777533; + Mon, 27 Oct 2014 10:59:37 -0700 (PDT) +Received: from localhost (dsl-hkibrasgw2-58c36d-48.dhcp.inet.fi. + [88.195.109.48]) + by mx.google.com with ESMTPSA id ce1sm16393902wjc.2.2014.10.27.10.59.36 + for + (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); + Mon, 27 Oct 2014 10:59:36 -0700 (PDT) +From: Jani Nikula +To: notmuch@notmuchmail.org +Subject: [PATCH] gitignore: ignore sh.config and doc/config.dox +Date: Mon, 27 Oct 2014 19:59:34 +0200 +Message-Id: <1414432774-11618-1-git-send-email-jani@nikula.org> +X-Mailer: git-send-email 2.1.1 +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: Mon, 27 Oct 2014 17:59:44 -0000 + +--- + .gitignore | 1 + + doc/.gitignore | 1 + + 2 files changed, 2 insertions(+) + +diff --git a/.gitignore b/.gitignore +index 1fb3a713cfe8..296030c76977 100644 +--- a/.gitignore ++++ b/.gitignore +@@ -1,5 +1,6 @@ + .first-build-message + Makefile.config ++sh.config + version.stamp + TAGS + tags +diff --git a/doc/.gitignore b/doc/.gitignore +index f0cbb9c27b24..d0da78e510f1 100644 +--- a/doc/.gitignore ++++ b/doc/.gitignore +@@ -1,3 +1,4 @@ + *.pyc + docdeps.mk + _build ++config.dox +-- +2.1.1 +