mirror of https://github.com/madler/zlib
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:
parent
7e6f0784cc
commit
534864bccd
|
@ -22,6 +22,7 @@
|
||||||
/minigzipsh
|
/minigzipsh
|
||||||
/zlib.pc
|
/zlib.pc
|
||||||
/configure.log
|
/configure.log
|
||||||
|
/build
|
||||||
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.vs
|
.vs
|
||||||
|
|
Loading…
Reference in New Issue