summaryrefslogtreecommitdiff
path: root/.gitignore
blob: ef4754db4a129863ac041f8ce3462a3c35f3463e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
*~
*.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_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