[Spice-devel] [PATCH spice-common] gitignore: Ignore auto generated generated_messages.h file

Frediano Ziglio fziglio at redhat.com
Tue Apr 30 10:05:42 UTC 2019


git.mk seems to have issues with Makefile rules generating multiple
files so add manually this file.
This avoid SPICE server to generate distribution files with
"-dirty" suffix.

Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
---
 common/Makefile.am | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/common/Makefile.am b/common/Makefile.am
index a904dae..9638635 100644
--- a/common/Makefile.am
+++ b/common/Makefile.am
@@ -138,4 +138,8 @@ EXTRA_DIST =				\
 	quic_tmpl.c			\
 	$(NULL)
 
+GITIGNOREFILES = \
+	generated_messages.h \
+	$(NULL)
+
 -include $(top_srcdir)/git.mk
-- 
2.20.1



More information about the Spice-devel mailing list