Revision de42d0603001511d2d01c46b486f0864447cce72 authored by Pierre-Yves Strub on 10 May 2022, 12:14:09 UTC, committed by Pierre-Yves Strub on 10 May 2022, 12:14:09 UTC
Do not consider locations that point to non-existing files.

The configuration file location is now printing by the `config` command.
1 parent f1ce5ae
Raw File
.gitignore
*~

*.pyc
*.pyo

/_build
/etc
/theories/attic

/ec.*
/src/*.exe

*.eco

/*.ec
/*.eca
/*.smt
/*.why

.merlin
*.install
back to top