From: Daniel P. Berrangé Date: Mon, 5 Mar 2018 18:46:24 +0000 (+0000) Subject: cfg.mak: ignore trailing whitespace in gnulib local patches X-Git-Tag: v4.2.0-rc1~262 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a32600f3ce7eb203e0c8d7e1be882180d7237edd;p=thirdparty%2Flibvirt.git cfg.mak: ignore trailing whitespace in gnulib local patches The diff files in gnulib/local may well contain trailing whitespace. They are simply diff's of gnulib code which should not be modified to follow libvirt style rules. Signed-off-by: Daniel P. Berrangé --- diff --git a/cfg.mk b/cfg.mk index 22de11ce43..bc8088d7c0 100644 --- a/cfg.mk +++ b/cfg.mk @@ -1224,7 +1224,7 @@ exclude_file_name_regexp--sc_require_config_h_first = \ ^(examples/|tools/virsh-edit\.c$$) exclude_file_name_regexp--sc_trailing_blank = \ - /qemuhelpdata/|/sysinfodata/.*\.data|/virhostcpudata/.*\.cpuinfo$$ + /qemuhelpdata/|/sysinfodata/.*\.data|/virhostcpudata/.*\.cpuinfo|^gnulib/local/.*/.*diff$$ exclude_file_name_regexp--sc_unmarked_diagnostics = \ ^(docs/apibuild.py|tests/virt-aa-helper-test|docs/js/.*\.js)$$