Ignore tinycrypt files from check-files.py

This commit is contained in:
Jarno Lamsa 2019-04-25 14:56:17 +03:00
parent 6fe99be972
commit 02493afe6c

View File

@ -181,7 +181,7 @@ class IntegrityChecker(object):
".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',