We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a530ff commit 0a78400Copy full SHA for 0a78400
src/fosslight_prechecker/_precheck.py
@@ -55,7 +55,7 @@ def exclude_gitignore_files(current_path, path):
55
if os.path.isfile(os.path.join(root_path, '.gitignore')):
56
cmd_result = subprocess.check_output(['git',
57
'ls-files',
58
- '-i',
+ '-ci',
59
'--exclude-from=.gitignore'],
60
universal_newlines=True)
61
cmd_result = cmd_result.split('\n')
0 commit comments