summaryrefslogtreecommitdiffstats
path: root/maint.mk
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2015-10-07 17:15:02 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2015-10-19 14:25:36 +0200
commite97a9f6642351c404b37190f8cbd0af3ee83127c (patch)
tree731ef3d4ef232aca1c059224a97c99a59c1afa10 /maint.mk
parentb4932ae646ebf90b457b64e7b47cf858f560da5e (diff)
downloadspice-e97a9f6642351c404b37190f8cbd0af3ee83127c.tar.gz
spice-e97a9f6642351c404b37190f8cbd0af3ee83127c.tar.xz
spice-e97a9f6642351c404b37190f8cbd0af3ee83127c.zip
syntax-check: Ignore .png files in sc_trailing_blank test
Diffstat (limited to 'maint.mk')
-rw-r--r--maint.mk2
1 files changed, 1 insertions, 1 deletions
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='[ ]$$' \