mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2026-01-25 09:19:03 +00:00
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:
parent
e5a03766ec
commit
215b7571d4
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user