From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36153) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gNm02-0000Vz-Ow for guix-patches@gnu.org; Fri, 16 Nov 2018 16:50:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gNm02-0007zp-25 for guix-patches@gnu.org; Fri, 16 Nov 2018 16:50:02 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:52603) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gNm01-0007zR-UC for guix-patches@gnu.org; Fri, 16 Nov 2018 16:50:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gNm01-0008Ue-Qv for guix-patches@gnu.org; Fri, 16 Nov 2018 16:50:01 -0500 Subject: [bug#33333] [PATCH] .gitignore: Add more generated files. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: Date: Fri, 16 Nov 2018 22:49:06 +0100 In-Reply-To: (swedebugia's message of "Sat, 10 Nov 2018 15:59:21 +0100") Message-ID: <87wopcr8vh.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: swedebugia Cc: 33333@debbugs.gnu.org Hi, swedebugia skribis: > --- a/.gitignore > +++ b/.gitignore > @@ -28,6 +28,8 @@ > /configure > /doc/*.1 > /doc/.dirstamp > +/doc/contributing.de.texi > +/doc/contributing.fr.texi These files are checked in so we can=E2=80=99t really ignore them. They are sometimes automatically updated, leading to diffs that can be safely ignored, though. Julien, any idea how we can avoid the occasional annoyance that this causes? Thanks, Ludo=E2=80=99.