[PATCH 1/2] .gitignore: Add new autotools file 'test-driver'

Gaetan Nadon memsize at videotron.ca
Wed Mar 19 10:46:31 PDT 2014


On 14-03-19 01:27 PM, Kristian Høgsberg wrote:
> Automake 1.12 introduces a new parallel test framework that uses a shell
> script helper and generates *.log and *.trs files.  Add to .gitignore.
>
> Signed-off-by: Kristian Høgsberg <krh at bitplanet.net>
> Cc: Gaetan Nadon <memsize at videotron.ca>
> ---
>  .gitignore      | 1 +
>  test/.gitignore | 2 ++
>  2 files changed, 3 insertions(+)
>
> diff --git a/.gitignore b/.gitignore
> index 94a12fd..dc56b46 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -41,6 +41,7 @@ mkinstalldirs
>  py-compile
>  stamp-h?
>  symlink-tree
> +test-driver
>  texinfo.tex
>  ylwrap
>  
> diff --git a/test/.gitignore b/test/.gitignore
> index acbda7a..f8653e3 100644
> --- a/test/.gitignore
> +++ b/test/.gitignore
> @@ -10,3 +10,5 @@ xfree86
>  xkb
>  xtest
>  signal-logging
> +*.log
> +*.trs
Reviewed-by: Gaetan Nadon <memsize at videotron.ca>


More information about the xorg-devel mailing list