SZEDER Gábor <szeder.dev@xxxxxxxxx> writes: >> 3: ccac54a247 ! 3: 873f9d82f5 Makefile: introduce infrastructure to build internal Rust library >> @@ .gitignore >> @@ >> /fuzz_corpora >> +/target/ >> ++/Cargo.lock > > The Cargo.lock build artifact is back in .gitignore in this version of > the patch series, but the 'clean' target is not updated accordingly to > remove it. I too noticed a leftover Cargo.lock file but was a bit too distracted to report it (and instead kept going with "git clean -f" X-<); my bad. Thanks for being extra careful.