From 5448abf953fc0c3b86c941b72c662bbb40c1a1f6 Mon Sep 17 00:00:00 2001 From: Dariusz Trawinski Date: Tue, 30 Apr 2024 14:57:05 +0200 Subject: [PATCH] exclude jpeg files --- lib_search.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']