[Spice-commits] .gitignore
Frediano Ziglio
fziglio at kemper.freedesktop.org
Tue Jun 20 10:42:42 UTC 2017
.gitignore | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 71e53cda84e9d4e1f06a50f64d1816b5da424fdd
Author: Frediano Ziglio <fziglio at redhat.com>
Date: Sat Dec 10 15:44:43 2016 +0000
gitignore: Reduce html files exclusion
Limit html files ignored only to autogenerated ones.
Can happen that you are working on some html files on your main
spice-server directory and it's not desirable to ignore them.
For instance this can happen if you download a patch from patchwork.
Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
Acked-by: Christophe Fergeau <cfergeau at redhat.com>
diff --git a/.gitignore b/.gitignore
index cac10f92..25db761a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,7 +4,6 @@
*.tar.bz2
*.tar.gz
*.pyc
-*.html
aclocal.m4
autom4te.cache
compile
@@ -35,6 +34,7 @@ INSTALL
.tarball-version
docs/manual/manual.chunked/
docs/manual/manual.html
+docs/spice_style.html
.dirstamp
.deps
.libs
More information about the Spice-commits
mailing list