ocaml-containers/.gitignore
Simon Cruanes 7ca31290bf Add coverage files to gitignore and remove from repository
Coverage artifacts should not be tracked in git:
- _coverage/ directory with bisect files
- HTML coverage reports
- *.coverage files

These are generated locally when running tests with coverage.
2026-02-08 06:04:00 +00:00

23 lines
214 B
Text

.*.swp
.*.swo
_build
*.native
*.byte
.session
*.docdir
setup.*
*.html
.merlin
*.install
.ignore
_opam
*.exe
fuzz-*-input
fuzz-*-output
fuzz-logs/
doc/papers
# Coverage files
_coverage/
*.coverage
bisect*.coverage