Skip to content

Commit

Permalink
Ignore MockProver's temporary files (#501)
Browse files Browse the repository at this point in the history
`load_once_tables` produces temporary files. Generally, the function
tries to clean them up. But if you kill your process at just the right
(or wrong) time, it can leak these files.

Here we tell git to ignore them, so they don't accidentally become part
of the repository with a careless commit.

(We could put some extra time and effort into avoiding the leaking of
the temporary files in the first place. But it's not really a big enough
problem for us to care.)
  • Loading branch information
matthiasgoergens authored Oct 30, 2024
1 parent d9b443a commit 32cbf7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ceno_zkvm/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
tracing.folded
.tmp*

0 comments on commit 32cbf7d

Please sign in to comment.