On Thu, Nov 7, 2024 at 6:06 PM Chet Ramey <chet.ra...@case.edu> wrote: > > If you find yourself in this sitution, it's easy enough to remove > parser-built and y.tab.c and run make again before I fix it.
$ git clean -xfdq In MSYS2 on Windows, all the generated executables end in ".exe", which of course the .gitignore file doesn't ignore. I haven't even tried any kind of "make clean".