Update THANKS
[xz.git] / .gitignore
blob7312771855f3e70893ed4e5ae455b200a20e01c8
1 *~
2 *.bak
3 *.bak[0-9]
4 .gdb_history
6 .deps
7 .libs
8 *.a
9 *.gcda
10 *.gcno
11 *.la
12 *.lo
13 *.o
14 Makefile.in
16 /ABOUT-NLS
17 /autom4te.cache
18 /aclocal.m4
19 /config.h
20 /config.h.in
21 /config.log
22 /config.status
23 /configure
24 /libtool
25 /stamp-h1
27 build-aux/artifacts
28 build-aux/compile
29 build-aux/config.guess
30 build-aux/config.rpath
31 build-aux/config.sub
32 build-aux/depcomp
33 build-aux/install-sh
34 build-aux/ltmain.sh
35 build-aux/missing
36 build-aux/test-driver
38 coverage
40 /doc/internal
41 /doc/api
43 /po4a/man
44 /po4a/xz-man.pot
45 /po4a/*.po.authors
47 /src/liblzma/liblzma.pc
48 /src/lzmainfo/lzmainfo
49 /src/xz/xz
50 /src/xzdec/lzmadec
51 /src/xzdec/xzdec
53 /src/scripts/xzdiff
54 /src/scripts/xzgrep
55 /src/scripts/xzless
56 /src/scripts/xzmore
58 /tests/*.log
59 /tests/*.trs
60 /tests/compress_generated_abc
61 /tests/compress_generated_random
62 /tests/compress_generated_text
63 /tests/create_compress_files
64 /tests/test_bcj_exact_size
65 /tests/test_block_header
66 /tests/test_check
67 /tests/test_filter_flags
68 /tests/test_filter_str
69 /tests/test_hardware
70 /tests/test_index
71 /tests/test_index_hash
72 /tests/test_lzip_decoder
73 /tests/test_microlzma
74 /tests/test_memlimit
75 /tests/test_stream_flags
76 /tests/test_vli
77 /tests/xzgrep_test_1.xz
78 /tests/xzgrep_test_2.xz
79 /tests/xzgrep_test_output
81 /lib/Makefile
82 /tests/Makefile
83 /Makefile
84 /debug/Makefile
85 /src/scripts/Makefile
86 /src/xz/Makefile
87 /src/Makefile
88 /src/liblzma/Makefile
89 /src/liblzma/api/Makefile
90 /src/lzmainfo/Makefile
91 /src/xzdec/Makefile
93 /CMakeCache.txt
94 /CMakeFiles
95 /CTestTestfile.cmake
96 /cmake_install.cmake
97 /DartConfiguration.tcl
98 /liblzma-config-version.cmake
99 /liblzma-config.cmake
100 /Testing
101 /tests_bin/
103 /xzdec
104 /lzmadec
105 /lzmainfo
106 /xzdiff
107 /xzgrep
108 /xzless
109 /xzmore
110 /liblzma.pc
111 /*.gmo
113 /.vscode/