mirror of
https://github.com/AdaCore/git-hooks.git
synced 2026-02-12 12:43:11 -08:00
19 lines
435 B
Plaintext
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
|