commit | d50daedccace24bf69903ff7879bc0543757f5ef | [log] [tgz] |
---|---|---|
author | David Horstmann <david.horstmann@arm.com> | Fri Mar 17 13:46:51 2023 +0000 |
committer | David Horstmann <david.horstmann@arm.com> | Fri Mar 17 13:47:17 2023 +0000 |
tree | d6e5f3985793204768a64a9bc5a0ff33b8ae8581 | |
parent | 1305581114ee24673c1276d4edc44de78f28e613 [diff] |
Add exemption for make.bat in checks for tabs Signed-off-by: David Horstmann <david.horstmann@arm.com>
diff --git a/tests/scripts/check_files.py b/tests/scripts/check_files.py index 352b55e..7cb3e0b 100755 --- a/tests/scripts/check_files.py +++ b/tests/scripts/check_files.py
@@ -350,6 +350,7 @@ ".sln", "/Makefile", "/Makefile.inc", + "/make.bat", "/generate_visualc_files.pl", ])