mirror of https://gitee.com/openkylin/libvirt.git
build: exempt *.ico files from the trailing blank check
* .x-sc_trailing_blank: Add \.ico$ to the list.
This commit is contained in:
parent
0fd0cb6037
commit
e4e4a45927
|
@ -1,6 +1,7 @@
|
|||
\.png$
|
||||
\.fig$
|
||||
\.gif$
|
||||
^NEWS$
|
||||
\.ico$
|
||||
\.png$
|
||||
^ChangeLog$
|
||||
^NEWS$
|
||||
^docs/.*
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
Thu Oct 16 15:04:36 +0200 Jim Meyering <meyering@redhat.com>
|
||||
|
||||
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 <clalance@redhat.com>
|
||||
|
||||
* "make syntax-check" was complaining that network_driver.c was
|
||||
|
|
Loading…
Reference in New Issue