mbox series

[bug#50682,0/2] .gitignore: Add some rules.

Message ID cover.1632074647.git.iskarian@mgsn.dev
Headers show
Series .gitignore: Add some rules. | expand

Message

Sarah Morgensen Sept. 19, 2021, 6:06 p.m. UTC
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

Comments

Maxim Cournoyer Oct. 16, 2021, 5:46 a.m. UTC | #1
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