[PATCH] .gitignore: Add more generated files.

  • Done
  • quality assurance status badge
Details
3 participants
  • Ludovic Courtès
  • Maxim Cournoyer
  • swedebugia
Owner
unassigned
Submitted by
swedebugia
Severity
normal
S
S
swedebugia wrote on 10 Nov 2018 15:59
(address . guix-patches@gnu.org)
e67b8a66-00da-6ba3-ec64-1bfa4aaa4a84@riseup.net
--
Cheers
Swedebugia
From 121b2ab9a85580fa155e375ff87cd3be589e0bdb Mon Sep 17 00:00:00 2001
From: swedebugia <swedebugia@riseup.net>
Date: Sat, 10 Nov 2018 15:22:29 +0100
Subject: [PATCH] .gitignore: Add more generated files.

---
.gitignore | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

Toggle diff (29 lines)
diff --git a/.gitignore b/.gitignore
index 35d50b35a..d77bafb42 100644
--- a/.gitignore
+++ b/.gitignore
@@ -28,6 +28,8 @@
/configure
/doc/*.1
/doc/.dirstamp
+/doc/contributing.de.texi
+/doc/contributing.fr.texi
/doc/guix.*.aux
/doc/guix.*.cp
/doc/guix.*.cps
@@ -43,11 +45,12 @@
/doc/guix.*.tp
/doc/guix.*.vr
/doc/guix.*.vrs
-/doc/guix.aux
/doc/guix.cp
/doc/guix.cps
+/doc/guix.de.texi
/doc/guix.fn
/doc/guix.fns
+/doc/guix.fr.texi
/doc/guix.html
/doc/guix.info
/doc/guix.info-[0-9]
--
2.18.0
L
L
Ludovic Courtès wrote on 16 Nov 2018 22:49
(name . swedebugia)(address . swedebugia@riseup.net)
87wopcr8vh.fsf@gnu.org
Hi,

swedebugia <swedebugia@riseup.net> skribis:

Toggle quote (9 lines)
> --- 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’t 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’.
M
M
Maxim Cournoyer wrote on 9 Oct 2020 04:51
(name . Julien Lepiller)(address . julien@lepiller.eu)
875z7kru0s.fsf@gmail.com
ludo@gnu.org (Ludovic Courtès) writes:

Toggle quote (23 lines)
> Hi,
>
> swedebugia <swedebugia@riseup.net> 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’t 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’.

Ping! Is this still an problem? It seems I haven't had this issue in a
while.

Maxim
M
M
Maxim Cournoyer wrote on 13 Jul 2021 14:13
Re: bug#33333: [PATCH] .gitignore: Add more generated files.
(name . Julien Lepiller)(address . julien@lepiller.eu)
87r1g2s97e.fsf_-_@gmail.com
Maxim Cournoyer <maxim.cournoyer@gmail.com> writes:

Toggle quote (30 lines)
> ludo@gnu.org (Ludovic Courtès) writes:
>
>> Hi,
>>
>> swedebugia <swedebugia@riseup.net> 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’t 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’.
>
> Ping! Is this still an problem? It seems I haven't had this issue in a
> while.
>
> Maxim

This annoyance was fixed as part as v1.3.0.

Closing.

Maxim
Closed
?