commit | 1fa678d58e84b14cacb564c6abb1f8f699b9cd82 | [log] [tgz] |
---|---|---|
author | David Horstmann <david.horstmann@arm.com> | Fri Mar 17 13:46:51 2023 +0000 |
committer | Gilles Peskine <Gilles.Peskine@arm.com> | Wed Aug 02 16:06:32 2023 +0200 |
tree | 933e36d3d26cf05750f1c966b6fc7f958f0023e6 | |
parent | b9f0674ef194ea281b264c32fc663c82bf392e0d [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", ])