[Spice-devel] [PATCH spice-server 4/4] gitignore: Reduce html files exclusion
Christophe Fergeau
cfergeau at redhat.com
Wed Dec 14 11:53:10 UTC 2016
On Mon, Dec 12, 2016 at 02:09:24PM +0000, Frediano Ziglio wrote:
> 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 | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/.gitignore b/.gitignore
> index cac10f9..f341254 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -4,7 +4,7 @@
> *.tar.bz2
> *.tar.gz
> *.pyc
> -*.html
> +docs/**/*.html
I think this is going to make docs/manual/manual.html redundant ?
.gitignore is roughly alphabetically ordered, so I'd move docs/ down in
that file.
Christophe
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/spice-devel/attachments/20161214/4ef1e39f/attachment.sig>
More information about the Spice-devel
mailing list