zlib icon indicating copy to clipboard operation
zlib copied to clipboard

Dirty source repository after build

Open RobinGeffroy opened this issue 2 years ago • 1 comments

When one does the zlib checkout, then run configure and make, some files are modified locally while they are commited : zlib.h and Makefile. It would be better to have Makefile.in and ignore / remove from the repo the Makefile. Same for zlib.h, using zlib.h.in and removing / ignoring zlib.h would be better. Not a big issue, just some clean-up.

RobinGeffroy avatar May 05 '23 08:05 RobinGeffroy

Seems like the issue #781

fredgan avatar May 08 '23 03:05 fredgan