diff --git a/bin/tools/pre-commit-hook b/bin/tools/pre-commit-hook index e450665861..2905d7d322 100755 --- a/bin/tools/pre-commit-hook +++ b/bin/tools/pre-commit-hook @@ -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`