From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50330) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d7kZx-0004Wh-Oc for guix-patches@gnu.org; Mon, 08 May 2017 11:28:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d7kZu-0004VB-FY for guix-patches@gnu.org; Mon, 08 May 2017 11:28:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:36350) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d7kZu-0004V5-Cd for guix-patches@gnu.org; Mon, 08 May 2017 11:28:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d7kZu-0000yg-6Z for guix-patches@gnu.org; Mon, 08 May 2017 11:28:02 -0400 Subject: bug#26831: [PATCH] build: Add doc/guix.html to .gitignore. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49895) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d7kYo-0003va-5Q for guix-patches@gnu.org; Mon, 08 May 2017 11:26:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d7kYk-0004AG-Sc for guix-patches@gnu.org; Mon, 08 May 2017 11:26:54 -0400 Received: from mail.lassieur.org ([83.152.10.219]:36926) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1d7kYk-0004A3-Fi for guix-patches@gnu.org; Mon, 08 May 2017 11:26:50 -0400 Received: from localhost.localdomain (192.168.0.254 [192.168.0.254]) by mail.lassieur.org (OpenSMTPD) with ESMTPSA id ae03c217 (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128:NO) for ; Mon, 8 May 2017 15:26:48 +0000 (UTC) From: =?UTF-8?Q?Cl=C3=A9ment?= Lassieur Date: Mon, 8 May 2017 17:26:35 +0200 Message-Id: <20170508152635.4444-1-clement@lassieur.org> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 26831@debbugs.gnu.org * .gitignore: Add entry for the above directory which is created by 'make html'. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index cff056a9d..5086ae22b 100644 --- a/.gitignore +++ b/.gitignore @@ -31,6 +31,7 @@ /doc/guix.cps /doc/guix.fn /doc/guix.fns +/doc/guix.html /doc/guix.info /doc/guix.info-[0-9] /doc/guix.ky -- 2.12.2