Fix gitignore with new docs folder

The generated spice_protocol.html file and the Makefile were not
included in gitignore. This patch fixes it.

Signed-off-by: Victor Toso <victortoso@redhat.com>
Signed-off-by: Christophe Fergeau <cfergeau@redhat.com>
This commit is contained in:
Victor Toso 2016-10-20 15:50:48 +02:00
parent e5a03766ec
commit 215b7571d4

View File

@ -13,5 +13,6 @@ spice_protocol.html: spice_protocol.txt
$(AM_V_GEN) $(ASCIIDOC) -n $(ASCIIDOC_FLAGS) -o $@ $<
endif
clean-local:
rm -f spice_protocol.html
CLEANFILES = spice_protocol.html
-include $(top_srcdir)/git.mk