From a3eb8ce1e8c221d051f2a3d95360650877b1e747 Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Fri, 29 Mar 2024 19:53:25 +0000 Subject: CVE-2024-3094: remove .gitignore --- .gitignore | 114 -------------------------------------------------------- m4/.gitignore | 40 -------------------- po/.gitignore | 31 --------------- po4a/.gitignore | 3 -- 4 files changed, 188 deletions(-) delete mode 100644 .gitignore delete mode 100644 m4/.gitignore delete mode 100644 po/.gitignore delete mode 100644 po4a/.gitignore diff --git a/.gitignore b/.gitignore deleted file mode 100644 index d633ea6f..00000000 --- a/.gitignore +++ /dev/null @@ -1,114 +0,0 @@ -*~ -*.bak -*.bak[0-9] -.gdb_history - -.deps -.libs -*.a -*.gcda -*.gcno -*.la -*.lo -*.o -Makefile.in - -/ABOUT-NLS -/autom4te.cache -/Doxyfile -/aclocal.m4 -/config.h -/config.h.in -/config.log -/config.status -/configure -/libtool -/stamp-h1 - -build-aux/artifacts -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 -build-aux/test-driver - -coverage - -/doc/internal -/doc/api - -/src/liblzma/liblzma.pc -/src/lzmainfo/lzmainfo -/src/xz/xz -/src/xzdec/lzmadec -/src/xzdec/xzdec - -/src/scripts/xzdiff -/src/scripts/xzgrep -/src/scripts/xzless -/src/scripts/xzmore - -/tests/*.log -/tests/*.trs -/tests/compress_generated_abc -/tests/compress_generated_random -/tests/compress_generated_text -/tests/create_compress_files -/tests/test_bcj_exact_size -/tests/test_block_header -/tests/test_check -/tests/test_filter_flags -/tests/test_filter_str -/tests/test_hardware -/tests/test_index -/tests/test_index_hash -/tests/test_lzip_decoder -/tests/test_microlzma -/tests/test_memlimit -/tests/test_stream_flags -/tests/test_vli -/tests/xzgrep_test_1.xz -/tests/xzgrep_test_2.xz -/tests/xzgrep_test_output - -/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 -/lzcat -/lzcat.1 -/lzma -/lzma.1 -/Testing -/tests_bin/ -/unlzma -/unlzma.1 -/unxz -/unxz.1 -/xz -/xzcat -/xzcat.1 -/xzdec - -/windows/*/.vs -/windows/*/liblzma.vcxproj.user -/.vscode/ diff --git a/m4/.gitignore b/m4/.gitignore deleted file mode 100644 index a7628601..00000000 --- a/m4/.gitignore +++ /dev/null @@ -1,40 +0,0 @@ -build-to-host.m4 -codeset.m4 -extern-inline.m4 -fcntl-o.m4 -gettext.m4 -glibc2.m4 -glibc21.m4 -host-cpu-c-abi.m4 -iconv.m4 -intdiv0.m4 -intl.m4 -intldir.m4 -intlmacosx.m4 -intmax.m4 -inttypes-pri.m4 -inttypes_h.m4 -lcmessage.m4 -lib-ld.m4 -lib-link.m4 -lib-prefix.m4 -libtool.m4 -lock.m4 -longdouble.m4 -longlong.m4 -ltoptions.m4 -ltsugar.m4 -ltversion.m4 -lt~obsolete.m4 -nls.m4 -po.m4 -printf-posix.m4 -progtest.m4 -size_max.m4 -stdint_h.m4 -threadlib.m4 -uintmax_t.m4 -ulonglong.m4 -wchar_t.m4 -wint_t.m4 -xsize.m4 diff --git a/po/.gitignore b/po/.gitignore deleted file mode 100644 index d2017292..00000000 --- a/po/.gitignore +++ /dev/null @@ -1,31 +0,0 @@ -# autopoint -Makefile.in.in -Makevars.template -Rules-quot -boldquot.sed -en@boldquot.header -en@quot.header -insert-header.sin -quot.sed -remove-potcdate.sin - -# configure -Makefile.in -Makefile -POTFILES - -# intermediate files (make) -stamp-poT -xz.po -xz.1po -xz.2po -*.new.po - -# make -remove-potcdate.sed -xz.mo -stamp-po -*.gmo - -# cached templates (make) -xz.pot diff --git a/po4a/.gitignore b/po4a/.gitignore deleted file mode 100644 index 735f9fd1..00000000 --- a/po4a/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -/man -/xz-man.pot -/*.po.authors -- cgit v1.2.3