Configure CI header checker to ignore .txt files

This commit is contained in:
Jeff Tenney 2021-02-09 10:59:04 -07:00
parent 13370778da
commit 64c48259f8

View file

@ -30,7 +30,8 @@ KERNEL_IGNORED_EXTENSIONS = [
'.tex', '.tex',
'.png', '.png',
'.bat', '.bat',
'.sh' '.sh',
'.txt'
] ]
KERNEL_IGNORED_PATTERNS = [ KERNEL_IGNORED_PATTERNS = [