.gitignore 814 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. *.o
  2. *.lo
  3. *.la
  4. .libs
  5. .deps
  6. aclocal.m4
  7. configure
  8. Makefile
  9. Makefile.in
  10. autom4te.cache
  11. compile
  12. config.guess
  13. config.h
  14. config.h.in
  15. config.h.in~
  16. config.log
  17. config.status
  18. config.sub
  19. depcomp
  20. install-sh
  21. libtool
  22. ltmain.sh
  23. missing
  24. stamp-h1
  25. m4/libtool.m4
  26. m4/ltoptions.m4
  27. m4/ltsugar.m4
  28. m4/ltversion.m4
  29. m4/lt~obsolete.m4
  30. libvorbis.spec
  31. vorbis-uninstalled.pc
  32. vorbis.pc
  33. vorbisenc-uninstalled.pc
  34. vorbisenc.pc
  35. vorbisfile-uninstalled.pc
  36. vorbisfile.pc
  37. doc/Doxyfile
  38. doc/doxygen-build.stamp
  39. examples/chaining_example
  40. examples/decoder_example
  41. examples/encoder_example
  42. examples/seeking_example
  43. examples/vorbisfile_example
  44. lib/test_sharedbook
  45. test/test
  46. CMakeCache.txt
  47. CMakeFiles
  48. CMakeScripts
  49. Testing
  50. Makefile
  51. cmake_install.cmake
  52. install_manifest.txt
  53. compile_commands.json
  54. CTestTestfile.cmake
  55. CMakeSettings.json
  56. *[Bb]uild*/
  57. .vs/
  58. .vscode/