Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore MockProver's temporary files #501

Merged
merged 1 commit into from
Oct 30, 2024

Conversation

matthiasgoergens
Copy link
Collaborator

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.)

`load_once_tables` produces temporary files.  Generally, the fuction
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.)
@matthiasgoergens matthiasgoergens merged commit 32cbf7d into master Oct 30, 2024
6 checks passed
@matthiasgoergens matthiasgoergens deleted the matthias/ignore-tmp-file branch October 30, 2024 14:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants