[system-health] Update .gitignore file (#5688)
Touch up .gitignore file to properly ignore all files generated when building a Python wheel package
This commit is contained in:
parent
c94f93f046
commit
73825e4d4d
19
src/system-health/.gitignore
vendored
19
src/system-health/.gitignore
vendored
@ -1,8 +1,13 @@
|
||||
*/deb_dist/
|
||||
*/dist/
|
||||
*/build/
|
||||
*/*.tar.gz
|
||||
*/*.egg-info
|
||||
*/.cache/
|
||||
# Compiled Python files
|
||||
*.pyc
|
||||
*/__pycache__/
|
||||
|
||||
# Generated by packaging
|
||||
*.egg-info/
|
||||
.eggs/
|
||||
build/
|
||||
dist/
|
||||
|
||||
# Unit test coverage
|
||||
.coverage
|
||||
coverage.xml
|
||||
htmlcov/
|
||||
|
Loading…
Reference in New Issue
Block a user