From: Jim Meyering Date: Thu, 16 Oct 2008 13:28:07 +0000 (+0000) Subject: build: exempt *.ico files from the trailing blank check X-Git-Tag: LIBVIRT_0_5_0~133 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4e4a45927a75e7fa49484c51b0956fd39fd764a;p=thirdparty%2Flibvirt.git build: exempt *.ico files from the trailing blank check * .x-sc_trailing_blank: Add \.ico$ to the list. --- 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