GNU bug report logs -
#50682
[PATCH 0/2] .gitignore: Add some rules.
Previous Next
Reported by: Sarah Morgensen <iskarian <at> mgsn.dev>
Date: Sun, 19 Sep 2021 18:07:01 UTC
Severity: normal
Tags: patch
Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 50682 in the body.
You can then email your comments to 50682 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#50682
; Package
guix-patches
.
(Sun, 19 Sep 2021 18:07:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Sarah Morgensen <iskarian <at> mgsn.dev>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sun, 19 Sep 2021 18:07:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Hello Guix,
These patches tell git to ignore ".am*" directories (which seem to contain
temporary info manuals) and "/t-*" directories (which seem to contain test
files from "make check" or "make check-system").
--
Sarah Morgensen (2):
.gitignore: Ignore more temporary test files.
.gitignore: Ignore more autotools files.
.gitignore | 2 ++
1 file changed, 2 insertions(+)
base-commit: 808f9ffbd3106da4c92d2367b118b98196c9e81e
--
2.33.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#50682
; Package
guix-patches
.
(Sun, 19 Sep 2021 18:14:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 50682 <at> debbugs.gnu.org (full text, mbox):
* .gitignore: Add pattern to ignore "/t-*/".
---
.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/.gitignore b/.gitignore
index 88fe24586d..d984971455 100644
--- a/.gitignore
+++ b/.gitignore
@@ -132,6 +132,7 @@
/pre-inst-env
/release-*
/scripts/guix
+/t-*/
/test-env
/test-tmp
/tests/*.trs
--
2.33.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#50682
; Package
guix-patches
.
(Sun, 19 Sep 2021 18:14:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 50682 <at> debbugs.gnu.org (full text, mbox):
* .gitignore: Add pattern to ignore ".am[0-9]*/".
---
.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/.gitignore b/.gitignore
index d984971455..9873f0678c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -144,6 +144,7 @@ Makefile
Makefile.in
config.cache
stamp-h[0-9]
+.am[0-9]*/
.dirstamp
.deps
tmp
--
2.33.0
Reply sent
to
Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
:
You have taken responsibility.
(Sat, 16 Oct 2021 05:47:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Sarah Morgensen <iskarian <at> mgsn.dev>
:
bug acknowledged by developer.
(Sat, 16 Oct 2021 05:47:02 GMT)
Full text and
rfc822 format available.
Message #16 received at 50682-done <at> debbugs.gnu.org (full text, mbox):
Hello,
Sarah Morgensen <iskarian <at> mgsn.dev> writes:
> Hello Guix,
>
> These patches tell git to ignore ".am*" directories (which seem to contain
> temporary info manuals) and "/t-*" directories (which seem to contain test
> files from "make check" or "make check-system").
>
> --
> Sarah Morgensen (2):
> .gitignore: Ignore more temporary test files.
> .gitignore: Ignore more autotools files.
>
> .gitignore | 2 ++
> 1 file changed, 2 insertions(+)
>
>
> base-commit: 808f9ffbd3106da4c92d2367b118b98196c9e81e
This had been bothering me for a while.
Applied to master, thanks!
Maxim
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 13 Nov 2021 12:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 3 years and 312 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.