From e4e4a45927a75e7fa49484c51b0956fd39fd764a Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 16 Oct 2008 13:28:07 +0000 Subject: [PATCH] build: exempt *.ico files from the trailing blank check * .x-sc_trailing_blank: Add \.ico$ to the list. --- .x-sc_trailing_blank | 5 +++-- ChangeLog | 5 +++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.x-sc_trailing_blank b/.x-sc_trailing_blank index 8b3ec89204..de3369eb3e 100644 --- a/.x-sc_trailing_blank +++ b/.x-sc_trailing_blank @@ -1,6 +1,7 @@ -\.png$ \.fig$ \.gif$ -^NEWS$ +\.ico$ +\.png$ ^ChangeLog$ +^NEWS$ ^docs/.* diff --git a/ChangeLog b/ChangeLog index 2aff53047a..322f837c61 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Oct 16 15:04:36 +0200 Jim Meyering + + build: exempt *.ico files from the trailing blank check + * .x-sc_trailing_blank: Add \.ico$ to the list. + Wed Oct 16 14:03:00 CEST 2008 Chris Lalancette * "make syntax-check" was complaining that network_driver.c was