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 <[email protected]>
> Cc: Gaetan Nadon <[email protected]>
> ---
>  .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 <[email protected]>
_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to