ENH: pre-commit-hook - not checking *.gz files
This commit is contained in:
parent
210807a025
commit
fdad025bdf
@ -147,7 +147,7 @@ checkIllegalCode()
|
||||
do
|
||||
case "$f" in
|
||||
# exclude potential makefiles
|
||||
(*[Mm]akefile* | wmake/rules/* | *.f* | *.v[cf]proj | *.pdf | *.png | *.html | *.gif | *.css)
|
||||
(*[Mm]akefile* | wmake/rules/* | *.f* | *.v[cf]proj | *.pdf | *.png | *.html | *.gif | *.css | *.gz)
|
||||
;;
|
||||
(*)
|
||||
fileType=`file -b $f`
|
||||
|
Loading…
Reference in New Issue
Block a user