From 118671c9a7e3f94a337b4e56bb13ba6143d317be Mon Sep 17 00:00:00 2001 From: Uri Lublin Date: Wed, 17 Jul 2013 01:49:15 +0300 Subject: syntax-check: trailing whitespaces -- ignore binary files --- maint.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'maint.mk') diff --git a/maint.mk b/maint.mk index 405c6d09..fa2fe742 100644 --- a/maint.mk +++ b/maint.mk @@ -696,6 +696,8 @@ sc_require_test_exit_idiom: exit 1; } || :; \ fi +exclude_file_name_regexp--sc_trailing_blank = \.ico$$|\.bmp$$|\.odt$$ + sc_trailing_blank: @prohibit='[ ]$$' \ halt='found trailing blank(s)' \ -- cgit