Exclude a couple of makefile-like files from whitespace checks

It's require to use TAB for indentation in these files.
This commit is contained in:
Vadim Zeitlin 2023-06-20 15:12:34 +02:00
parent b93de740c8
commit fe66c0e38c

View file

@ -50,6 +50,8 @@ jobs:
':!configure' \
':!**/descrip.mms' \
':!install-sh' \
':!build/autogen.mk' \
':!build/bakefiles/make_dist.mk' \
':!docs/doxygen/doxygen-awesome-css/*' \
':!**/*akefile*' \
':!**/*.pbxproj' \