Tests: Add a few test files.
[xz.git] / .gitignore
blob5788d4ac4d9dd196e3b75c392b52678b0649474a
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 /Doxyfile
19 /aclocal.m4
20 /config.h
21 /config.h.in
22 /config.log
23 /config.status
24 /configure
25 /libtool
26 /stamp-h1
28 build-aux/artifacts
29 build-aux/compile
30 build-aux/config.guess
31 build-aux/config.rpath
32 build-aux/config.sub
33 build-aux/depcomp
34 build-aux/install-sh
35 build-aux/ltmain.sh
36 build-aux/missing
37 build-aux/test-driver
39 coverage
41 /doc/internal
42 /doc/api
44 /src/liblzma/liblzma.pc
45 /src/lzmainfo/lzmainfo
46 /src/xz/xz
47 /src/xzdec/lzmadec
48 /src/xzdec/xzdec
50 /src/scripts/xzdiff
51 /src/scripts/xzgrep
52 /src/scripts/xzless
53 /src/scripts/xzmore
55 /tests/*.log
56 /tests/*.trs
57 /tests/compress_generated_abc
58 /tests/compress_generated_random
59 /tests/compress_generated_text
60 /tests/create_compress_files
61 /tests/test_bcj_exact_size
62 /tests/test_block_header
63 /tests/test_check
64 /tests/test_filter_flags
65 /tests/test_filter_str
66 /tests/test_hardware
67 /tests/test_index
68 /tests/test_index_hash
69 /tests/test_lzip_decoder
70 /tests/test_memlimit
71 /tests/test_stream_flags
72 /tests/test_vli
73 /tests/xzgrep_test_1.xz
74 /tests/xzgrep_test_2.xz
75 /tests/xzgrep_test_output
77 /lib/Makefile
78 /tests/Makefile
79 /Makefile
80 /debug/Makefile
81 /src/scripts/Makefile
82 /src/xz/Makefile
83 /src/Makefile
84 /src/liblzma/Makefile
85 /src/liblzma/api/Makefile
86 /src/lzmainfo/Makefile
87 /src/xzdec/Makefile
89 /CMakeCache.txt
90 /CMakeFiles
91 /CTestTestfile.cmake
92 /cmake_install.cmake
93 /DartConfiguration.tcl
94 /liblzma-config-version.cmake
95 /liblzma-config.cmake
96 /lzcat
97 /lzcat.1
98 /lzma
99 /lzma.1
100 /Testing
101 /tests_bin/
102 /unlzma
103 /unlzma.1
104 /unxz
105 /unxz.1
107 /xzcat
108 /xzcat.1
109 /xzdec
111 /windows/*/.vs
112 /windows/*/liblzma.vcxproj.user
113 /.vscode/