Files
git-hooks/.gitignore
Joel Brobecker 725ff2af9e .gitignore: Add .coverage.* to ignore list (with comment explaining why)
Change-Id: I647a02fcec29dfef75e044d84155ade7066064fc
2021-11-30 17:58:55 +04:00

19 lines
435 B
Plaintext

# Generated files and directories...
# The temporary files generated during the execution the testsuite
# when a coverage report has been requested. Those files are
# deleted at the end of the testuite run.
.coverage.*
# The file generated by the coverage tool once the testsuite has
# finished running.
.coverage
# The directory where the HTML version of the coverage report
# is stored.
htmlcov/
# Temporary files...
*.pyc
*.swp