diff options
author | Ram Shanker <182385+ramshankerji@users.noreply.github.com> | 2024-06-28 07:48:06 +0530 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2024-06-28 23:03:38 -0500 |
commit | 534864bccd78812648ad1beaccdeec7c9d47aeef (patch) | |
tree | 185e91c6423f123eb4cac41d652e21037086b92c /.gitignore | |
parent | 7e6f0784cc0c33e8d5fcb368248168c6656f73c8 (diff) | |
download | zlib-534864bccd78812648ad1beaccdeec7c9d47aeef.tar.gz zlib-534864bccd78812648ad1beaccdeec7c9d47aeef.tar.bz2 zlib-534864bccd78812648ad1beaccdeec7c9d47aeef.zip |
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.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ | |||
22 | /minigzipsh | 22 | /minigzipsh |
23 | /zlib.pc | 23 | /zlib.pc |
24 | /configure.log | 24 | /configure.log |
25 | /build | ||
25 | 26 | ||
26 | .DS_Store | 27 | .DS_Store |
27 | .vs | 28 | .vs |