mirror of
https://github.com/AdaCore/git-hooks.git
synced 2026-02-12 12:43:11 -08:00
11 lines
202 B
Plaintext
11 lines
202 B
Plaintext
# Ignore all files in the out/ subdirectory (generated files).
|
|
out
|
|
|
|
# The following files and directories are generated by the source
|
|
# coverage analyzer.
|
|
.coverage
|
|
.coverage.*
|
|
htmlcov/
|
|
sitecustomize/
|
|
|