commit | 89bf31d361e5cb66f9de5c00d9715c42214ff99b | [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:59:10 2023 +0000 |
tree | 7a647d8b7b8260a94e27f6b904e64c34dd8b3558 | |
parent | e04d492aadfd8f0fc1a4b3171aa4354c4dc642e8 [diff] [blame] |
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", ])