unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#50682] [PATCH 0/2] .gitignore: Add some rules.
@ 2021-09-19 18:06 Sarah Morgensen
  2021-09-19 18:13 ` [bug#50682] [PATCH 1/2] .gitignore: Ignore more temporary test directories Sarah Morgensen
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Sarah Morgensen @ 2021-09-19 18:06 UTC (permalink / raw)
  To: 50682

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





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

* [bug#50682] [PATCH 1/2] .gitignore: Ignore more temporary test directories.
  2021-09-19 18:06 [bug#50682] [PATCH 0/2] .gitignore: Add some rules Sarah Morgensen
@ 2021-09-19 18:13 ` Sarah Morgensen
  2021-09-19 18:13 ` [bug#50682] [PATCH 2/2] .gitignore: Ignore more autotools directories Sarah Morgensen
  2021-10-16  5:46 ` bug#50682: [PATCH 0/2] .gitignore: Add some rules Maxim Cournoyer
  2 siblings, 0 replies; 4+ messages in thread
From: Sarah Morgensen @ 2021-09-19 18:13 UTC (permalink / raw)
  To: 50682

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





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

* [bug#50682] [PATCH 2/2] .gitignore: Ignore more autotools directories.
  2021-09-19 18:06 [bug#50682] [PATCH 0/2] .gitignore: Add some rules Sarah Morgensen
  2021-09-19 18:13 ` [bug#50682] [PATCH 1/2] .gitignore: Ignore more temporary test directories Sarah Morgensen
@ 2021-09-19 18:13 ` Sarah Morgensen
  2021-10-16  5:46 ` bug#50682: [PATCH 0/2] .gitignore: Add some rules Maxim Cournoyer
  2 siblings, 0 replies; 4+ messages in thread
From: Sarah Morgensen @ 2021-09-19 18:13 UTC (permalink / raw)
  To: 50682

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





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

* bug#50682: [PATCH 0/2] .gitignore: Add some rules.
  2021-09-19 18:06 [bug#50682] [PATCH 0/2] .gitignore: Add some rules Sarah Morgensen
  2021-09-19 18:13 ` [bug#50682] [PATCH 1/2] .gitignore: Ignore more temporary test directories Sarah Morgensen
  2021-09-19 18:13 ` [bug#50682] [PATCH 2/2] .gitignore: Ignore more autotools directories Sarah Morgensen
@ 2021-10-16  5:46 ` Maxim Cournoyer
  2 siblings, 0 replies; 4+ messages in thread
From: Maxim Cournoyer @ 2021-10-16  5:46 UTC (permalink / raw)
  To: Sarah Morgensen; +Cc: 50682-done

Hello,

Sarah Morgensen <iskarian@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




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

end of thread, other threads:[~2021-10-16  5:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-19 18:06 [bug#50682] [PATCH 0/2] .gitignore: Add some rules Sarah Morgensen
2021-09-19 18:13 ` [bug#50682] [PATCH 1/2] .gitignore: Ignore more temporary test directories Sarah Morgensen
2021-09-19 18:13 ` [bug#50682] [PATCH 2/2] .gitignore: Ignore more autotools directories Sarah Morgensen
2021-10-16  5:46 ` bug#50682: [PATCH 0/2] .gitignore: Add some rules 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).