diff options
| author | Mehmet Samet Duman <yongdohyun@projecttick.org> | 2026-04-02 19:56:09 +0300 |
|---|---|---|
| committer | Mehmet Samet Duman <yongdohyun@projecttick.org> | 2026-04-02 19:56:09 +0300 |
| commit | 7fb132859fda54aa96bc9dd46d302b343eeb5a02 (patch) | |
| tree | b43ae77d7451fb470a260c03349a1caf2846c5e5 /neozip/.gitignore | |
| parent | b1e34e861b5d732afe828d58aad2c638135061fd (diff) | |
| parent | c2712b8a345191f6ed79558c089777df94590087 (diff) | |
| download | Project-Tick-7fb132859fda54aa96bc9dd46d302b343eeb5a02.tar.gz Project-Tick-7fb132859fda54aa96bc9dd46d302b343eeb5a02.zip | |
Add 'neozip/' from commit 'c2712b8a345191f6ed79558c089777df94590087'
git-subtree-dir: neozip
git-subtree-mainline: b1e34e861b5d732afe828d58aad2c638135061fd
git-subtree-split: c2712b8a345191f6ed79558c089777df94590087
Diffstat (limited to 'neozip/.gitignore')
| -rw-r--r-- | neozip/.gitignore | 112 |
1 files changed, 112 insertions, 0 deletions
diff --git a/neozip/.gitignore b/neozip/.gitignore new file mode 100644 index 0000000000..503a95ff4d --- /dev/null +++ b/neozip/.gitignore @@ -0,0 +1,112 @@ +*.diff +*.patch +*.orig +*.rej + +*~ +*.a +*.lo +*.o +*.dylib + +*.gcda +*.gcno +*.gcov + +/benchmark_zlib +/example +/example64 +/examplesh +/gtest_zlib +/libz.so* +/libz-ng.so* +/makefixed +/minigzip +/minigzip64 +/minigzipsh +/switchlevels +/zlib.map +/zlib.pc +/zlib-ng.pc +/zconf-ng.h.included +/zlib_name_mangling-ng.h +/zlib-ng.h +/zlib-ng.map + +.DS_Store +*_fuzzer +*.obj +*.exe +*.pdb +*.exp +*.lib +*.dll +*.res +foo.gz +*.manifest +*.opensdf +*.sln +*.sdf +*.vcxproj +*.vcxproj.filters +*.vcxproj.user +.vs +.vscode + +CMakeCache.txt +CMakeFiles +Testing +/*.cmake +*.stackdump +*._h +zconf.h +zconf.h.cmakein +zconf.h.included +zconf-ng.h +zconf-ng.h.cmakein +ztest* +/test/CTestTestfile.cmake +/test/cmake_install.cmake +/.cache + +configure.log +a.out + +/Makefile +/arch/arm/Makefile +/arch/generic/Makefile +/arch/power/Makefile +/arch/x86/Makefile +.kdev4 +*.kdev4 +Makefile.tmp +/makecrct +/maketrees +gzread_mangle.h + +/Debug +/example.dir +/minigzip.dir +/zlib.dir +/zlibstatic.dir +/test/*.dir/ +/build/ +/build[.-]*/ +/btmp[12]/ +/pkgtmp[12]/ + +/.idea +/cmake-build-debug +/x64/Debug/ +/x64/Release/ +/win32/Debug/ +/win32/Release/ +/ARM*/Debug/ +/ARM*/Release/ +MinSizeRel +RelWithDebInfo +/_deps/googletest* + +# Test datasets +test/data/corpora/ +test/data/local/ |
