[Spice-devel] [PATCH spice-server 4/4] gitignore: Reduce html files exclusion
Frediano Ziglio
fziglio at redhat.com
Mon Dec 12 14:09:24 UTC 2016
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
aclocal.m4
autom4te.cache
compile
--
2.9.3
More information about the Spice-devel
mailing list