.gitignore

Branch


Log

Author Commit Date CI Message
AraHaan 4a47c1bf 2022-10-25T00:35:43 Add project and solution files for building a nuget package.
Mark Adler 2bcfc311 2016-06-17T19:36:10 Add configure.log to .gitignore.
Mark Adler 0b166094 2013-03-24T22:46:40 zlib 1.2.7.1
Mark Adler d66a3079 2011-10-09T10: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.
Mark Adler 06223a36 2011-09-11T11:50:36 Add .gitignore [Frysinger]