Skip to content

Commit 34ebc75

Browse files
committed
chore(gitignore): exclude prover build artifacts from proofs/
1 parent 521b93f commit 34ebc75

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,3 +164,12 @@ models/neural/
164164

165165
# asdf version manager
166166
.tool-versions
167+
168+
# Prover build artifacts (added 2026-04-05)
169+
proofs/coq/**/*.vo
170+
proofs/coq/**/*.vos
171+
proofs/coq/**/*.vok
172+
proofs/coq/**/*.glob
173+
proofs/coq/**/.*.aux
174+
proofs/agda/**/*.agdai
175+
proofs/metamath/.metamath*

proofs/agda/IdentityLaws.agdai

-27.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)