Skip to content

Commit 994f99f

Browse files
authored
Add generated timing files to Coq.gitignore (#3367)
These generated files were added in rocq-prover/rocq#745
1 parent 2f75277 commit 994f99f

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

Coq.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,13 @@ lia.cache
3131
nia.cache
3232
nlia.cache
3333
nra.cache
34+
35+
# generated timing files
36+
*.timing.diff
37+
*.v.after-timing
38+
*.v.before-timing
39+
*.v.timing
40+
time-of-build-after.log
41+
time-of-build-before.log
42+
time-of-build-both.log
43+
time-of-build-pretty.log

0 commit comments

Comments
 (0)