mirror of
https://github.com/github/gitignore
synced 2025-07-04 20:38:31 +02:00
Add generated timing files to Coq.gitignore (#3367)
These generated files were added in https://github.com/coq/coq/pull/745
This commit is contained in:
parent
2f75277037
commit
994f99fc35
1 changed files with 10 additions and 0 deletions
|
@ -31,3 +31,13 @@ lia.cache
|
|||
nia.cache
|
||||
nlia.cache
|
||||
nra.cache
|
||||
|
||||
# generated timing files
|
||||
*.timing.diff
|
||||
*.v.after-timing
|
||||
*.v.before-timing
|
||||
*.v.timing
|
||||
time-of-build-after.log
|
||||
time-of-build-before.log
|
||||
time-of-build-both.log
|
||||
time-of-build-pretty.log
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue