Ignore packet-PROTOABBREV.c

This commit is contained in:
Anders Broman 2021-12-22 11:18:07 +01:00
parent 6fa56bca0c
commit b5928542b7
1 changed files with 2 additions and 1 deletions

View File

@ -29,7 +29,8 @@ for FILE in $COMMIT_FILES; do
# Skip some special cases
FILE_BASENAME="$( basename "$FILE" )"
# iLBC: the file is not even compiled when ilbc is not installed
if test "$FILE_BASENAME" = "iLBCdecode.c"
if test \( "$FILE_BASENAME" = "iLBCdecode.c" -o \
"$FILE_BASENAME" = "packet-PROTOABBREV.c" \)
then
continue
fi