xz/.gitignore

110 lines
1.6 KiB
Plaintext
Raw Permalink Normal View History

2009-07-24 09:00:40 +00:00
*~
*.bak
*.bak[0-9]
2014-10-29 19:28:25 +00:00
.gdb_history
2009-07-24 09:00:40 +00:00
.deps
.libs
*.a
*.gcda
*.gcno
*.la
*.lo
*.o
Makefile.in
/ABOUT-NLS
/autom4te.cache
/aclocal.m4
/config.h
/config.h.in
/config.log
/config.status
/configure
/libtool
/stamp-h1
build-aux/artifacts
2010-09-28 07:53:02 +00:00
build-aux/compile
build-aux/config.guess
build-aux/config.rpath
build-aux/config.sub
build-aux/depcomp
build-aux/install-sh
build-aux/ltmain.sh
build-aux/missing
2014-10-29 19:28:25 +00:00
build-aux/test-driver
2010-09-28 07:53:02 +00:00
coverage
/doc/internal
/doc/api
/src/liblzma/liblzma.pc
/src/lzmainfo/lzmainfo
/src/xz/xz
/src/xzdec/lzmadec
/src/xzdec/xzdec
2009-07-24 09:00:40 +00:00
/src/scripts/xzdiff
/src/scripts/xzgrep
/src/scripts/xzless
/src/scripts/xzmore
/tests/*.log
/tests/*.trs
2009-07-24 09:00:40 +00:00
/tests/compress_generated_abc
/tests/compress_generated_random
/tests/compress_generated_text
/tests/create_compress_files
2020-02-05 20:35:06 +00:00
/tests/test_bcj_exact_size
2009-07-24 09:00:40 +00:00
/tests/test_block_header
/tests/test_check
/tests/test_filter_flags
2023-03-16 22:02:30 +00:00
/tests/test_filter_str
/tests/test_hardware
2009-07-24 09:00:40 +00:00
/tests/test_index
2022-12-28 16:30:52 +00:00
/tests/test_index_hash
2023-03-16 22:02:30 +00:00
/tests/test_lzip_decoder
/tests/test_microlzma
/tests/test_memlimit
2009-07-24 09:00:40 +00:00
/tests/test_stream_flags
2022-06-13 12:27:03 +00:00
/tests/test_vli
2020-02-05 20:35:06 +00:00
/tests/xzgrep_test_1.xz
/tests/xzgrep_test_2.xz
/tests/xzgrep_test_output
2009-07-24 09:00:40 +00:00
/lib/Makefile
/tests/Makefile
/Makefile
/debug/Makefile
/src/scripts/Makefile
/src/xz/Makefile
/src/Makefile
/src/liblzma/Makefile
/src/liblzma/api/Makefile
/src/lzmainfo/Makefile
/src/xzdec/Makefile
/CMakeCache.txt
/CMakeFiles
/CTestTestfile.cmake
/cmake_install.cmake
/DartConfiguration.tcl
/liblzma-config-version.cmake
/liblzma-config.cmake
/Testing
/tests_bin/
/xz
/xzdec
2024-04-19 20:18:19 +00:00
/lzmadec
/lzmainfo
/xzdiff
/xzgrep
/xzless
/xzmore
/liblzma.pc
/*.gmo
2023-07-26 12:26:23 +00:00
/.vscode/