Exclude descrip.mms files everywhere from the whitespace check

Previously only the top-level one was excluded, but others use TABs too.
This commit is contained in:
Vadim Zeitlin 2023-06-03 20:36:15 +02:00
parent e95073c24b
commit 6bba7055aa

View file

@ -48,7 +48,7 @@ jobs:
':!config.guess' \
':!config.sub' \
':!configure' \
':!descrip.mms' \
':!**/descrip.mms' \
':!install-sh' \
':!docs/doxygen/doxygen-awesome-css/*' \
':!**/*akefile*' \