初始化内容
This commit is contained in:
Vendored
+102
@@ -0,0 +1,102 @@
|
||||
*.a
|
||||
*.la
|
||||
*.lo
|
||||
*.o
|
||||
*.so
|
||||
*.dll
|
||||
*.dylib
|
||||
*.exe
|
||||
.deps
|
||||
.libs
|
||||
aclocal.m4
|
||||
ar-lib
|
||||
autom4te.cache/
|
||||
compile
|
||||
config.guess
|
||||
config.h
|
||||
config.h.in
|
||||
config.log
|
||||
config.rpath
|
||||
config.status
|
||||
config.sub
|
||||
configure
|
||||
depcomp
|
||||
doc/Doxyfile
|
||||
doc/FLAC.tag
|
||||
doc/api/
|
||||
examples/c/decode/file/example_c_decode_file
|
||||
examples/c/encode/file/example_c_encode_file
|
||||
examples/cpp/decode/file/example_cpp_decode_file
|
||||
examples/cpp/encode/file/example_cpp_encode_file
|
||||
install-sh
|
||||
libtool
|
||||
libtool-disable-static
|
||||
ltmain.sh
|
||||
m4/libtool.m4
|
||||
m4/ltoptions.m4
|
||||
m4/ltsugar.m4
|
||||
m4/ltversion.m4
|
||||
m4/lt~obsolete.m4
|
||||
man/flac.1
|
||||
man/metaflac.1
|
||||
missing
|
||||
objs/debug
|
||||
objs/release
|
||||
src/flac/flac
|
||||
src/libFLAC++/flac++.pc
|
||||
src/libFLAC/flac.pc
|
||||
src/metaflac/metaflac
|
||||
src/share/getopt/libgetopt.a
|
||||
src/test_grabbag/cuesheet/test_cuesheet
|
||||
src/test_grabbag/picture/test_picture
|
||||
src/test_libFLAC++/test_libFLAC++
|
||||
src/test_libFLAC/test_libFLAC
|
||||
src/test_seeking/test_seeking
|
||||
src/test_streams/test_streams
|
||||
stamp-h1
|
||||
test/*.aiff
|
||||
test/*.cmp
|
||||
test/*.cue
|
||||
test/*.flac
|
||||
test/*.log
|
||||
test/*.oga
|
||||
test/*.raw
|
||||
test/*.rf64
|
||||
test/*.w64
|
||||
test/*.wav
|
||||
test/common.sh
|
||||
test/cuesheet.diff
|
||||
test/cuesheet.log
|
||||
test/metaflac-test-files/out.meta
|
||||
test/metaflac.flac
|
||||
test/picture.diff
|
||||
test/picture.log
|
||||
.dirstamp
|
||||
microbench/benchmark_residual
|
||||
/ogg/
|
||||
oss-fuzz/fuzzer_decoder
|
||||
oss-fuzz/fuzzer_seek
|
||||
oss-fuzz/fuzzer_metadata
|
||||
oss-fuzz/fuzzer_encoder
|
||||
oss-fuzz/fuzzer_encoder_v2
|
||||
oss-fuzz/fuzzer_reencoder
|
||||
oss-fuzz/fuzzer_tool_flac
|
||||
oss-fuzz/fuzzer_tool_metaflac
|
||||
|
||||
/*[Bb]uild*/
|
||||
/out/
|
||||
CMakeSettings.json
|
||||
CMakeLists.txt.user
|
||||
CMakeCache.txt
|
||||
CMakeFiles
|
||||
CMakeScripts
|
||||
Testing
|
||||
Makefile
|
||||
Makefile.in
|
||||
cmake_install.cmake
|
||||
install_manifest.txt
|
||||
compile_commands.json
|
||||
CTestTestfile.cmake
|
||||
_deps
|
||||
|
||||
/.vs*/
|
||||
Reference in New Issue
Block a user