aboutsummaryrefslogtreecommitdiff
path: root/.gitignore (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Restore zconf.h to distribution.Mark Adler2025-02-051-1/+2
|
* Update Makefile to not recreate zconf.h and zconf.h.cmakein.Mark Adler2025-01-311-0/+1
| | | | | Both were removed as zconf.h.cmakein is no longer needed, and zconf.h is made from zconf.h.in.
* Add Bazel targets.Josh Varga2025-01-211-0/+12
|
* Add build folder to .gitignore.Ram Shanker2024-06-281-0/+1
| | | | | | | | A library is usually expected to be built in a folder /build at its root. Whenever this repository is added as a submodule of another project and compiled, git shows all the generated files as changes. To suppress those git messages, this ignores the build folder.
* Add project and solution files for building a nuget package.AraHaan2023-08-191-1/+11
|
* Add configure.log to .gitignore.Mark Adler2016-06-171-0/+1
|
* zlib 1.2.7.1v1.2.7.1Mark Adler2013-03-241-0/+2
|
* Add --cover option to ./configure for gcc coverage testing.Mark Adler2011-10-091-0/+4
| | | | | | | | 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.
* Add .gitignore [Frysinger]Mark Adler2011-09-111-0/+19