aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorRam Shanker <182385+ramshankerji@users.noreply.github.com>2024-06-28 07:48:06 +0530
committerMark Adler <madler@alumni.caltech.edu>2024-06-28 23:03:38 -0500
commit534864bccd78812648ad1beaccdeec7c9d47aeef (patch)
tree185e91c6423f123eb4cac41d652e21037086b92c /.gitignore
parent7e6f0784cc0c33e8d5fcb368248168c6656f73c8 (diff)
downloadzlib-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--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index bd44d84..e867428 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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