add txt to the ignored header checker extentions

This commit is contained in:
Alfred Gedeon 2021-02-10 14:14:48 -08:00
parent 2346d74541
commit 28863f91d4

View file

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