commit eec81fdbe13f0caa0c3ccf3b4134ccaebc6c87be Author: colepoirier <colepoirier@gmail.com> Date: Sun Feb 7 14:30:16 2021 -0800 Modify experiment/formal/.gitignore because was preventing commiting proof_icache.py please revert this and fix the name of the file. you've interfered with people running "git status".
(In reply to Luke Kenneth Casson Leighton from comment #0) > commit eec81fdbe13f0caa0c3ccf3b4134ccaebc6c87be > Author: colepoirier <colepoirier@gmail.com> > Date: Sun Feb 7 14:30:16 2021 -0800 > > Modify experiment/formal/.gitignore because was preventing commiting > proof_icache.py > > please revert this and fix the name of the file. you've interfered > with people running "git status". What is the reason that formal proof file names cannot begin with proof?
When running proofs, it stores results under a directory named after the file, "proof_*/" You can use "proof*/**" in the .gitignore, instead, to cover this.
(In reply to Cesar Strauss from comment #2) > When running proofs, it stores results under a directory named after the > file, "proof_*/" > > You can use "proof*/**" in the .gitignore, instead, to cover this. Thanks Cesar, done.