Ignore tinycrypt files from check-files.py
diff --git a/tests/scripts/check-files.py b/tests/scripts/check-files.py
index 005a077..2228f35 100755
--- a/tests/scripts/check-files.py
+++ b/tests/scripts/check-files.py
@@ -181,7 +181,7 @@
".c", ".h", ".sh", ".pl", ".py", ".md", ".function", ".data",
"Makefile", "CMakeLists.txt", "ChangeLog"
)
- self.excluded_directories = ['.git', 'mbed-os']
+ self.excluded_directories = ['.git', 'mbed-os', 'tinycrypt']
self.excluded_paths = list(map(os.path.normpath, [
'cov-int',
'examples',