From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50473) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fSpxV-0003MU-Qe for guix-patches@gnu.org; Tue, 12 Jun 2018 16:32:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fSpxS-0002yP-MT for guix-patches@gnu.org; Tue, 12 Jun 2018 16:32:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:37523) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fSpxS-0002yD-JD for guix-patches@gnu.org; Tue, 12 Jun 2018 16:32:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fSpxS-0007ea-8j for guix-patches@gnu.org; Tue, 12 Jun 2018 16:32:02 -0400 Subject: [bug#31804] [PATCH] build: Add doc/stamp-1 to .gitignore. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50410) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fSpx7-0003Js-Sy for guix-patches@gnu.org; Tue, 12 Jun 2018 16:31:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fSpx4-0002oE-QA for guix-patches@gnu.org; Tue, 12 Jun 2018 16:31:41 -0400 Received: from mail.lassieur.org ([83.152.10.219]:49756) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fSpx4-0002nC-BU for guix-patches@gnu.org; Tue, 12 Jun 2018 16:31:38 -0400 Received: from localhost.localdomain (88.191.118.83 [88.191.118.83]) by mail.lassieur.org (OpenSMTPD) with ESMTPSA id b6ebe526 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for ; Tue, 12 Jun 2018 20:31:35 +0000 (UTC) From: =?UTF-8?Q?Cl=C3=A9ment?= Lassieur Date: Tue, 12 Jun 2018 22:31:06 +0200 Message-Id: <20180612203106.31175-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: 31804@debbugs.gnu.org * .gitignore: Add entry for the above file which is created by 'make'. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 38a55a3b5..7728c6e5c 100644 --- a/.gitignore +++ b/.gitignore @@ -60,6 +60,7 @@ /doc/guix.vrs /doc/os-config-bare-bones.texi /doc/os-config-desktop.texi +/doc/stamp-1 /doc/stamp-vti /doc/version.texi /doc/version-*.texi -- 2.17.1