Include rtf files in the copyright updater.

This commit is contained in:
Dave Page 2019-01-07 14:38:12 +05:30
parent 365cbc34f5
commit 419bb7f995

View File

@ -20,7 +20,7 @@ import codecs
ALLOWED_FILE_EXTENSIONS = (
".py", ".js", ".sql", ".cpp", ".h", ".rc", ".am", ".wsgi", "pro", "plist",
".rst", ".sh", ".in", ".mako", ".ini", ".jsx"
".rst", ".sh", ".in", ".mako", ".ini", ".jsx", ".rtf"
)
EXCLUDE_DIR = ("node_modules")