From patchwork Fri May 18 23:33:58 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Tremer X-Patchwork-Id: 1774 Return-Path: Received: from mail01.ipfire.org (unknown [172.28.1.200]) by web02.i.ipfire.org (Postfix) with ESMTP id 6491960A29 for ; Fri, 18 May 2018 15:34:28 +0200 (CEST) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 2D2CE111E120; Fri, 18 May 2018 14:34:28 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1526650468; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:in-reply-to: references:references:list-id:list-unsubscribe:list-subscribe:list-post; bh=qyCX31bgyQWMkI8rFqNYP1AJ04qFwqFHHuXhlJkdkQQ=; b=hm1X7QIYO9e7GtRcvrY8W1/i1mn8o+DnLcomJCeewjVUs/760pBBX1ExZPD7RBWSiEfECq 6AUi2R4B7TQyrexta74MPLaqkdCgIH3WHpTgEhkogrj0bmE45i+zkdoMvcktQchfPHwFmW pgbYeqnf7JA6rR17hi3J1YZjGdat5imL8cO8tXB2tF7q4QRfl4K5PY/lkPs5UMCWvk1UR/ pPtAKr98Le5IZUejFtQL4PW8ZexqJOFP2MROBNaEb333kGf8yvQi52oOKQbY2HdPfwap8O kXRYoq+h+LIbQgVBHdNmzxKSdD54941IFD9unBSk6sxCV4z581WaEWPtKg13Mg== Authentication-Results: mail01.i.ipfire.org; auth=pass smtp.auth=ms smtp.mailfrom=michael.tremer@ipfire.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1526650449; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:in-reply-to: references:references; bh=qyCX31bgyQWMkI8rFqNYP1AJ04qFwqFHHuXhlJkdkQQ=; b=Hyet/2bXPqliVUsHGPUIoE3DAHkeKI0CEQvBWjrXtgVKaynnA4KTwBPsX/GZ+o+j2w19NN YfVA/W2kkc1Va7Br3/Wh9cQQ0/Qm95EuRJYbP4NEFbO7cIzcuVLc8KPrthUycQ1ybBQ/y6 XA5GGtGMmDy30Z95GnbECv5kIJa3ms8HUCzQPKZ4T1Jk8ySw3ZCYxGYFmTiTTEZ9pAtjP/ FepdKFPlCTKZuKuFb56gfPKgTetiwWAVS9NYLRk9p4RXUakRTZbrgTGakkY7iONXX/tBL6 q3unOK7RQnOuhlxA48updu78NqKXe5kICrZ1buxCbqRvDNptS1T1Io9R4BPCmg== Received: from rice-oxley.tremer.co.uk (unknown [88.98.219.132]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 266BB10D22DB; Fri, 18 May 2018 14:34:09 +0100 (BST) From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 6/7] .gitignore: Don't list generated man pages as untracked files Date: Fri, 18 May 2018 14:33:58 +0100 Message-Id: <20180518133359.2481778-6-michael.tremer@ipfire.org> X-Mailer: git-send-email 2.17.0 In-Reply-To: <20180518133359.2481778-1-michael.tremer@ipfire.org> References: <20180518133359.2481778-1-michael.tremer@ipfire.org> X-Spamd-Result: default: False [-7.05 / 11.00]; ASN(0.00)[asn:56478, ipnet:88.98.216.0/22, country:GB]; DKIM_SIGNED(0.00)[]; TO_DN_SOME(0.00)[]; FROM_HAS_DN(0.00)[]; RCVD_TLS_ALL(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; ARC_NA(0.00)[]; BAYES_HAM(-3.00)[100.00%]; FROM_EQ_ENVFROM(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MID_CONTAINS_FROM(1.00)[]; RCVD_COUNT_ZERO(0.00)[0]; MIME_GOOD(-0.10)[text/plain]; NEURAL_HAM(-2.95)[-0.982,0]; REPLY(-2.00)[] X-Spam-Status: No, score=-7.05 X-Rspamd-Server: mail01.i.ipfire.org Cc: Michael Tremer X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Michael Tremer --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 8b229665e586..28eacd91523e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ /Makefile /build-aux /libtool +/man/*.[0-9] +/man/*.html /tmp *.py[co] /*.tar.bz2