kc3-lang/zlib/.gitignore

Branch :


Log

Author Commit Date CI Message
4a47c1bf 2022-10-25 00:35:43 Add project and solution files for building a nuget package.
2bcfc311 2016-06-17 19:36:10 Add configure.log to .gitignore.
0b166094 2013-03-24 22:46:40 zlib 1.2.7.1
d66a3079 2011-10-09 10:16:43 Add --cover option to ./configure for gcc coverage testing. This adds the -fprofile-arcs and -ftest-coverage options when compiling the source code for the static library. Those same options must then be used when linking the static library into an executable. This updates Makefile.in to remove and .gitignore to ignore the files generated when testing coverage.
06223a36 2011-09-11 11:50:36 Add .gitignore [Frysinger]