Sort the list for easier maintenance

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
Gilles Peskine 2020-03-24 22:05:41 +01:00
parent c7153226f6
commit 318f15ef92

View file

@ -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',