[Spice-devel] [PATCH spice-server v2] gitignore: Reduce html files exclusion

Frediano Ziglio fziglio at redhat.com
Thu Jan 26 10:52:16 UTC 2017


ping

> 
> Limit the html files ignored.
> Can happen that you are working on some html files on your main
> spice-server directory and it's not desirable to ignore them.
> 
> Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
> ---
>  .gitignore | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> Changes since v1:
> - remove redundant ignore;
> - move exclusion to get better order.
> 
> diff --git a/.gitignore b/.gitignore
> index cac10f9..85f922b 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -4,7 +4,6 @@
>  *.tar.bz2
>  *.tar.gz
>  *.pyc
> -*.html
>  aclocal.m4
>  autom4te.cache
>  compile
> @@ -34,7 +33,7 @@ INSTALL
>  .version
>  .tarball-version
>  docs/manual/manual.chunked/
> -docs/manual/manual.html
> +docs/**/*.html
>  .dirstamp
>  .deps
>  .libs



More information about the Spice-devel mailing list