ethereum / hevm

symbolic EVM evaluator
https://hevm.dev
GNU Affero General Public License v3.0
223 stars 45 forks source link

Solidity: ignore some more kontrol related build artifacts #482

Closed d-xo closed 3 weeks ago

d-xo commented 4 months ago

Description

Ignores some more kontrol related build output.

Checklist

msooseth commented 3 weeks ago

Turns out the build-info directory is by new forge as well. So I integrated this into: https://github.com/ethereum/hevm/pull/510 and that should also update to newer forge, updates the doc, and adds debug info when requested with --debug. So I hope it's OK if I close this?