We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 037ab0f commit c295c28Copy full SHA for c295c28
.gitignore
@@ -27,6 +27,9 @@
27
/switchlevels
28
/zlib.pc
29
/zlib-ng.pc
30
+/zconf-ng.h.included
31
+/zlib_name_mangling-ng.h
32
+/zlib-ng.h
33
34
.DS_Store
35
*_fuzzer
@@ -61,6 +64,7 @@ zconf-ng.h.cmakein
61
64
ztest*
62
65
/test/CTestTestfile.cmake
63
66
/test/cmake_install.cmake
67
+/.cache
68
69
configure.log
70
a.out
@@ -72,6 +76,10 @@ a.out
72
76
/arch/x86/Makefile
73
77
.kdev4
74
78
*.kdev4
79
+Makefile.tmp
80
+/makecrct
81
+/maketrees
82
+gzread.c
75
83
84
/Debug
85
/example.dir
0 commit comments