unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#33333] [PATCH] .gitignore: Add more generated files.
@ 2018-11-10 14:59 swedebugia
  2018-11-16 21:49 ` Ludovic Courtès
  0 siblings, 1 reply; 4+ messages in thread
From: swedebugia @ 2018-11-10 14:59 UTC (permalink / raw)
  To: 33333

[-- Attachment #1: Type: text/plain, Size: 24 bytes --]


-- 
Cheers
Swedebugia


[-- Attachment #2: 0001-.gitignore-Add-more-generated-files.patch --]
[-- Type: text/x-patch, Size: 792 bytes --]

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(-)

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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#33333] [PATCH] .gitignore: Add more generated files.
  2018-11-10 14:59 [bug#33333] [PATCH] .gitignore: Add more generated files swedebugia
@ 2018-11-16 21:49 ` Ludovic Courtès
  2020-10-09  2:51   ` Maxim Cournoyer
  0 siblings, 1 reply; 4+ messages in thread
From: Ludovic Courtès @ 2018-11-16 21:49 UTC (permalink / raw)
  To: swedebugia; +Cc: 33333

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’.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#33333] [PATCH] .gitignore: Add more generated files.
  2018-11-16 21:49 ` Ludovic Courtès
@ 2020-10-09  2:51   ` Maxim Cournoyer
  2021-07-13 12:13     ` bug#33333: " Maxim Cournoyer
  0 siblings, 1 reply; 4+ messages in thread
From: Maxim Cournoyer @ 2020-10-09  2:51 UTC (permalink / raw)
  To: Julien Lepiller; +Cc: swedebugia, 33333, ludo

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




^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#33333: [PATCH] .gitignore: Add more generated files.
  2020-10-09  2:51   ` Maxim Cournoyer
@ 2021-07-13 12:13     ` Maxim Cournoyer
  0 siblings, 0 replies; 4+ messages in thread
From: Maxim Cournoyer @ 2021-07-13 12:13 UTC (permalink / raw)
  To: Julien Lepiller; +Cc: swedebugia, 33333-done, ludo

Maxim Cournoyer <maxim.cournoyer@gmail.com> writes:

> 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




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-07-13 12:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-10 14:59 [bug#33333] [PATCH] .gitignore: Add more generated files swedebugia
2018-11-16 21:49 ` Ludovic Courtès
2020-10-09  2:51   ` Maxim Cournoyer
2021-07-13 12:13     ` bug#33333: " Maxim Cournoyer

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).