mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-03-24 22:25:11 +00:00
Ignore tinycrypt files from check-files.py
This commit is contained in:
parent
6fe99be972
commit
02493afe6c
|
@ -181,7 +181,7 @@ class IntegrityChecker(object):
|
||||||
".c", ".h", ".sh", ".pl", ".py", ".md", ".function", ".data",
|
".c", ".h", ".sh", ".pl", ".py", ".md", ".function", ".data",
|
||||||
"Makefile", "CMakeLists.txt", "ChangeLog"
|
"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, [
|
self.excluded_paths = list(map(os.path.normpath, [
|
||||||
'cov-int',
|
'cov-int',
|
||||||
'examples',
|
'examples',
|
||||||
|
|
Loading…
Reference in a new issue