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 6a45d1e4ce
commit 5308f12fc6

View File

@ -182,17 +182,17 @@ class IntegrityChecker(object):
self.setup_logger(log_file) self.setup_logger(log_file)
self.extensions_to_check = ( self.extensions_to_check = (
".c", ".c",
".data",
".function",
".h", ".h",
".sh", ".md",
".pl", ".pl",
".py", ".py",
".md", ".sh",
".function",
".data",
"/Makefile",
"/Makefile.inc",
"/CMakeLists.txt", "/CMakeLists.txt",
"/ChangeLog", "/ChangeLog",
"/Makefile",
"/Makefile.inc",
) )
self.excluded_directories = [ self.excluded_directories = [
'.git', '.git',