From 0ef10ddfdaffcb362a22009cacac8d672aaade23 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Wed, 7 Oct 2015 17:15:02 +0200 Subject: [PATCH] syntax-check: Ignore .png files in sc_trailing_blank test --- maint.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maint.mk b/maint.mk index fa2fe742..1eb52179 100644 --- a/maint.mk +++ b/maint.mk @@ -696,7 +696,7 @@ sc_require_test_exit_idiom: exit 1; } || :; \ fi -exclude_file_name_regexp--sc_trailing_blank = \.ico$$|\.bmp$$|\.odt$$ +exclude_file_name_regexp--sc_trailing_blank = \.ico$$|\.bmp$$|\.odt$$|\.png$$ sc_trailing_blank: @prohibit='[ ]$$' \