Add build folder to .gitignore.

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.
This commit is contained in:
Ram Shanker 2024-06-28 07:48:06 +05:30 committed by Mark Adler
parent 7e6f0784cc
commit 534864bccd
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -22,6 +22,7 @@
/minigzipsh
/zlib.pc
/configure.log
/build
.DS_Store
.vs