Doc: Rename Doxygen HTML doc directory name liblzma => api.
[xz/debian.git] / .gitignore
blobb742422ec8d7b24206f6f461635c4c0aa7b9d11b
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/internal
41 /doc/api
43 /src/liblzma/liblzma.pc
44 /src/lzmainfo/lzmainfo
45 /src/xz/xz
46 /src/xzdec/lzmadec
47 /src/xzdec/xzdec
49 /src/scripts/xzdiff
50 /src/scripts/xzgrep
51 /src/scripts/xzless
52 /src/scripts/xzmore
54 /tests/*.log
55 /tests/*.trs
56 /tests/compress_generated_abc
57 /tests/compress_generated_random
58 /tests/compress_generated_text
59 /tests/create_compress_files
60 /tests/test_bcj_exact_size
61 /tests/test_block_header
62 /tests/test_check
63 /tests/test_filter_flags
64 /tests/test_hardware
65 /tests/test_index
66 /tests/test_index_hash
67 /test/test_lzip_decoder
68 /tests/test_memlimit
69 /tests/test_stream_flags
70 /tests/test_vli
71 /tests/xzgrep_test_1.xz
72 /tests/xzgrep_test_2.xz
73 /tests/xzgrep_test_output
75 /lib/Makefile
76 /tests/Makefile
77 /Makefile
78 /debug/Makefile
79 /src/scripts/Makefile
80 /src/xz/Makefile
81 /src/Makefile
82 /src/liblzma/Makefile
83 /src/liblzma/api/Makefile
84 /src/lzmainfo/Makefile
85 /src/xzdec/Makefile
87 /CMakeCache.txt
88 /CMakeFiles
89 /CTestTestfile.cmake
90 /cmake_install.cmake
91 /DartConfiguration.tcl
92 /liblzma-config-version.cmake
93 /liblzma-config.cmake
94 /lzcat
95 /lzcat.1
96 /lzma
97 /lzma.1
98 /Testing
99 /tests_bin/
100 /unlzma
101 /unlzma.1
102 /unxz
103 /unxz.1
105 /xzcat
106 /xzcat.1
107 /xzdec