[go: nahoru, domu]

Skip to content

Commit

Permalink
Add other file extensions to ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
GiacomoXT committed Jul 6, 2021
1 parent b2bb41c commit d72a719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/tools/b2code-copyright-statement
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ if __name__ == "__main__":
continue

# Ignore the files that have the following extensions
bad_extensions = ('.root', '.sroot', '.xml', '.rst', '.txt', '.dat', '.data', '.j2', '.jinja2', '.json', '.yaml', '.sh', '.svg', '.csv', '.png', '.pdf', '.jpg', '.ipynb', '.dec', '.log', '.out', '.err', '.pdl', '.md', '.rstinclude', '.drawio', '.limits', '.fit', '.html', '.js', '.css', '.map', '.pptx', '.docx', '.raw', '.hwd', '.conf', '.yml', '.pyc', '.woff', '.woff2', '.eot', '.ttf', '.mac')
bad_extensions = ('.root', '.sroot', '.xml', '.rst', '.txt', '.dat', '.data', '.j2', '.jinja2', '.json', '.yaml', '.sh', '.svg', '.csv', '.png', '.pdf', '.jpg', '.ipynb', '.dec', '.log', '.out', '.err', '.pdl', '.md', '.rstinclude', '.drawio', '.limits', '.fit', '.html', '.js', '.css', '.map', '.pptx', '.docx', '.raw', '.hwd', '.conf', '.yml', '.pyc', '.woff', '.woff2', '.eot', '.ttf', '.mac', '.alg', '.inp', '.oup', '.rb', '.lgc', '.vhd', '.kumac', '.v', '.opi', '.coe', '.patch')
if file_name.lower().endswith(bad_extensions):
continue

Expand Down

0 comments on commit d72a719

Please sign in to comment.