Tests: test_lzip_decoder: Silence warnings from -Wsign-conversion.
[xz.git] / .gitignore
blob7f2dec23afb7f1777e8a4bfa74b4cec99d8a14fd
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/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/html
42 /src/liblzma/liblzma.pc
43 /src/lzmainfo/lzmainfo
44 /src/xz/xz
45 /src/xzdec/lzmadec
46 /src/xzdec/xzdec
48 /src/scripts/xzdiff
49 /src/scripts/xzgrep
50 /src/scripts/xzless
51 /src/scripts/xzmore
53 /tests/*.log
54 /tests/*.trs
55 /tests/compress_generated_abc
56 /tests/compress_generated_random
57 /tests/compress_generated_text
58 /tests/create_compress_files
59 /tests/test_bcj_exact_size
60 /tests/test_block_header
61 /tests/test_check
62 /tests/test_filter_flags
63 /tests/test_hardware
64 /tests/test_index
65 /tests/test_index_hash
66 /test/test_lzip_decoder
67 /tests/test_memlimit
68 /tests/test_stream_flags
69 /tests/test_vli
70 /tests/xzgrep_test_1.xz
71 /tests/xzgrep_test_2.xz
72 /tests/xzgrep_test_output
74 /lib/Makefile
75 /tests/Makefile
76 /Makefile
77 /debug/Makefile
78 /src/scripts/Makefile
79 /src/xz/Makefile
80 /src/Makefile
81 /src/liblzma/Makefile
82 /src/liblzma/api/Makefile
83 /src/lzmainfo/Makefile
84 /src/xzdec/Makefile
86 /CMakeCache.txt
87 /CMakeFiles
88 /CTestTestfile.cmake
89 /cmake_install.cmake
90 /DartConfiguration.tcl
91 /liblzma-config-version.cmake
92 /liblzma-config.cmake
93 /lzcat
94 /lzcat.1
95 /lzma
96 /lzma.1
97 /Testing
98 /tests_bin/
99 /unlzma
100 /unlzma.1
101 /unxz
102 /unxz.1
104 /xzcat
105 /xzcat.1
106 /xzdec