mirror of https://github.com/madler/zlib.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
609 B
50 lines
609 B
*.diff |
|
*.patch |
|
*.orig |
|
*.rej |
|
|
|
*~ |
|
*.a |
|
*.lo |
|
*.o |
|
*.dylib |
|
|
|
*.gcda |
|
*.gcno |
|
*.gcov |
|
|
|
zconf.h |
|
/example |
|
/example64 |
|
/examplesh |
|
**/libz.so* |
|
/minigzip |
|
/minigzip64 |
|
/minigzipsh |
|
/zlib.pc |
|
/configure.log |
|
/build |
|
|
|
.DS_Store |
|
.vs |
|
*.user |
|
*.nupkg |
|
contrib/vstudio/vc143/x86 |
|
contrib/vstudio/vc143/x64 |
|
contrib/vstudio/vc143/arm |
|
contrib/vstudio/vc143/arm64 |
|
contrib/nuget/bin |
|
contrib/nuget/obj |
|
*.included |
|
|
|
# Bazel directories |
|
/bazel-* |
|
/bazel-bin |
|
/bazel-genfiles |
|
/bazel-out |
|
/bazel-testlogs |
|
user.bazelrc |
|
|
|
# MODULE.bazel.lock is ignored for now as per this recommendation: |
|
# https://github.com/bazelbuild/bazel/issues/20369 |
|
MODULE.bazel.lock
|
|
|