[Spice-devel] [PATCH 09/10] syntax-check: Exclude png files from sc_prohibit_empty_lines_at_EOF

Christophe Fergeau cfergeau at redhat.com
Wed Oct 7 09:45:16 PDT 2015


---
 cfg.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cfg.mk b/cfg.mk
index 00ef691..1bf60c9 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -134,7 +134,7 @@ exclude_file_name_regexp--sc_bindtextdomain = ^server/tests|common/region.c|tool
 
 exclude_file_name_regexp--sc_preprocessor_indentation = ^*/*.[ch]
 
-exclude_file_name_regexp--sc_prohibit_empty_lines_at_EOF = docs/.*.odt|server/tests/base_test.ppm
+exclude_file_name_regexp--sc_prohibit_empty_lines_at_EOF = docs/.*.odt|server/tests/base_test.ppm|docs/manual/images/.*.png
 
 # XXX this should be removed & all cases fixed
 exclude_file_name_regexp--sc_prohibit_have_config_h = ^*/.*(c|cpp|h)
-- 
2.5.0



More information about the Spice-devel mailing list