diff options
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/ |
