mirror of
https://github.com/GerbilSoft/zlib-ng.git
synced 2025-06-18 11:35:35 -04:00
added in-tree build artifacts to .gitignore
This commit is contained in:
parent
037ab0fd35
commit
c295c28c23
8
.gitignore
vendored
8
.gitignore
vendored
@ -27,6 +27,9 @@
|
|||||||
/switchlevels
|
/switchlevels
|
||||||
/zlib.pc
|
/zlib.pc
|
||||||
/zlib-ng.pc
|
/zlib-ng.pc
|
||||||
|
/zconf-ng.h.included
|
||||||
|
/zlib_name_mangling-ng.h
|
||||||
|
/zlib-ng.h
|
||||||
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
*_fuzzer
|
*_fuzzer
|
||||||
@ -61,6 +64,7 @@ zconf-ng.h.cmakein
|
|||||||
ztest*
|
ztest*
|
||||||
/test/CTestTestfile.cmake
|
/test/CTestTestfile.cmake
|
||||||
/test/cmake_install.cmake
|
/test/cmake_install.cmake
|
||||||
|
/.cache
|
||||||
|
|
||||||
configure.log
|
configure.log
|
||||||
a.out
|
a.out
|
||||||
@ -72,6 +76,10 @@ a.out
|
|||||||
/arch/x86/Makefile
|
/arch/x86/Makefile
|
||||||
.kdev4
|
.kdev4
|
||||||
*.kdev4
|
*.kdev4
|
||||||
|
Makefile.tmp
|
||||||
|
/makecrct
|
||||||
|
/maketrees
|
||||||
|
gzread.c
|
||||||
|
|
||||||
/Debug
|
/Debug
|
||||||
/example.dir
|
/example.dir
|
||||||
|
Loading…
Reference in New Issue
Block a user