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.
2 parents 2a530ff + 0a78400 commit f2a641aCopy full SHA for f2a641a
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