Simplified logic of parsing sizes of rice-partitions
[flac.git] / .gitignore
blob88d097c2a6a49a3268c1c4ed8c96df0547011ae6
1 *.a
2 *.la
3 *.lo
4 *.o
5 *.so
6 *.dll
7 *.dylib
8 *.exe
9 .deps
10 .libs
11 Makefile
12 Makefile.in
13 aclocal.m4
14 ar-lib
15 autom4te.cache/
16 compile
17 config.guess
18 config.h
19 config.h.in
20 config.log
21 config.rpath
22 config.status
23 config.sub
24 configure
25 depcomp
26 doc/Doxyfile
27 doc/FLAC.tag
28 doc/html/api/
29 examples/c/decode/file/example_c_decode_file
30 examples/c/encode/file/example_c_encode_file
31 examples/cpp/decode/file/example_cpp_decode_file
32 examples/cpp/encode/file/example_cpp_encode_file
33 install-sh
34 libtool
35 libtool-disable-static
36 ltmain.sh
37 m4/libtool.m4
38 m4/ltoptions.m4
39 m4/ltsugar.m4
40 m4/ltversion.m4
41 m4/lt~obsolete.m4
42 man/manpage.links
43 man/manpage.refs
44 missing
45 objs/debug
46 objs/release
47 src/flac/flac
48 src/libFLAC++/flac++.pc
49 src/libFLAC/flac.pc
50 src/metaflac/metaflac
51 src/share/getopt/libgetopt.a
52 src/test_grabbag/cuesheet/test_cuesheet
53 src/test_grabbag/picture/test_picture
54 src/test_libFLAC++/test_libFLAC++
55 src/test_libFLAC/test_libFLAC
56 src/test_seeking/test_seeking
57 src/test_streams/test_streams
58 stamp-h1
59 test/*.aiff
60 test/*.cmp
61 test/*.cue
62 test/*.flac
63 test/*.log
64 test/*.oga
65 test/*.raw
66 test/*.rf64
67 test/*.w64
68 test/*.wav
69 test/common.sh
70 test/cuesheet.diff
71 test/cuesheet.log
72 test/metaflac-test-files/out.meta
73 test/metaflac.flac
74 test/picture.diff
75 test/picture.log
76 .dirstamp
77 microbench/benchmark_residual
78 oss-fuzz/fuzz-decoder
79 oss-fuzz/fuzz-encoder
81 /*[Bb]uild*/
82 CMakeLists.txt.user
83 CMakeCache.txt
84 CMakeFiles
85 CMakeScripts
86 Testing
87 Makefile
88 cmake_install.cmake
89 install_manifest.txt
90 compile_commands.json
91 CTestTestfile.cmake
92 _deps
94 /.vs*/