[Spice-devel] [spice-streaming-agent PATCH 1/4] gitignore: ignore tar.xz

Frediano Ziglio fziglio at redhat.com
Thu Sep 26 17:10:14 UTC 2019


I would add the reason. In this case as "make dist" generates it (dist-xz is specified in configure.ac)

> 
> ---
>  .gitignore | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/.gitignore b/.gitignore
> index 601cc9f..29d4a92 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -4,6 +4,7 @@
>  *.lo
>  *.tar.bz2
>  *.tar.gz
> +*.tar.xz
>  .*.sw?
>  .deps
>  .dirstamp


More information about the Spice-devel mailing list