mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 21:01:29 +00:00
* Update zlibng * Set cmake path more directly in zlibng to hopefully fix an issue with the build on drone * I'm dumb, missing / in path * Mackal helps with a dumb gitignore issue * Adding all the files, not sure what's ignoring them and im tired of looking * Some tweaks to zlibng build to hopefully get it to build properly. works on msvc now
87 lines
803 B
Plaintext
87 lines
803 B
Plaintext
*.diff
|
|
*.patch
|
|
*.orig
|
|
*.rej
|
|
|
|
*~
|
|
*.a
|
|
*.lo
|
|
*.o
|
|
*.dylib
|
|
|
|
*.gcda
|
|
*.gcno
|
|
*.gcov
|
|
|
|
/adler32_test
|
|
/adler32_testsh
|
|
/example
|
|
/example64
|
|
/examplesh
|
|
/libz.so*
|
|
/libz-ng.so*
|
|
/makefixed
|
|
/minigzip
|
|
/minigzip64
|
|
/minigzipsh
|
|
/switchlevels
|
|
/zlib.pc
|
|
/zlib-ng.pc
|
|
/CVE-2003-0107
|
|
|
|
.DS_Store
|
|
*_fuzzer
|
|
*.obj
|
|
*.exe
|
|
*.pdb
|
|
*.exp
|
|
*.lib
|
|
*.dll
|
|
*.res
|
|
foo.gz
|
|
*.manifest
|
|
*.opensdf
|
|
*.sln
|
|
*.sdf
|
|
*.vcxproj
|
|
*.vcxproj.filters
|
|
.vs
|
|
|
|
CMakeCache.txt
|
|
CMakeFiles
|
|
Testing
|
|
/*.cmake
|
|
*.stackdump
|
|
*._h
|
|
zconf.h
|
|
zconf.h.cmakein
|
|
zconf.h.included
|
|
zconf-ng.h
|
|
zconf-ng.h.cmakein
|
|
ztest*
|
|
|
|
configure.log
|
|
a.out
|
|
|
|
/Makefile
|
|
/arch/arm/Makefile
|
|
/arch/generic/Makefile
|
|
/arch/power/Makefile
|
|
/arch/x86/Makefile
|
|
.kdev4
|
|
*.kdev4
|
|
|
|
/Debug
|
|
/example.dir
|
|
/minigzip.dir
|
|
/zlib.dir
|
|
/zlibstatic.dir
|
|
/win32/Debug
|
|
/build/
|
|
/build[.-]*/
|
|
/btmp[12]/
|
|
/pkgtmp[12]/
|
|
|
|
/.idea
|
|
/cmake-build-debug
|