diff --git a/lib_search.py b/lib_search.py index 8a21ada..772df3a 100644 --- a/lib_search.py +++ b/lib_search.py @@ -35,7 +35,7 @@ def check_dir(start_dir): no_header = [] exclude_files = ['.yaml', '__pycache__', '.vscode', '.venv', '.groovy', '.gif', '.git', 'LICENSE', 'COPYING', '.md', '.png', 'NOTES.txt', '.mod', '.sum', '.tgz', - '.tpl', '.helmignore', 'missing_headers.txt', 'coverage.out'] + '.tpl', '.helmignore', 'missing_headers.txt', 'coverage.out', '.jpeg'] exclude_directories = ['build']