mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-02-03 22:31:09 +00:00
Sort the list for easier maintenance
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
c7153226f6
commit
318f15ef92
|
@ -181,16 +181,16 @@ class IntegrityChecker(object):
|
|||
self.setup_logger(log_file)
|
||||
self.extensions_to_check = (
|
||||
".c",
|
||||
".data",
|
||||
".function",
|
||||
".h",
|
||||
".sh",
|
||||
".md",
|
||||
".pl",
|
||||
".py",
|
||||
".md",
|
||||
".function",
|
||||
".data",
|
||||
"/Makefile",
|
||||
".sh",
|
||||
"/CMakeLists.txt",
|
||||
"/ChangeLog",
|
||||
"/Makefile",
|
||||
)
|
||||
self.excluded_directories = [
|
||||
'.git',
|
||||
|
|
Loading…
Reference in a new issue