.gitignore 565 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. aclocal.m4
  2. autom4te.cache
  3. ChangeLog
  4. compile
  5. config.guess
  6. config.h
  7. config.h.in
  8. config.h.in~
  9. config.log
  10. config.status
  11. config.sub
  12. configure
  13. depcomp
  14. install-sh
  15. libogg.spec
  16. libtool
  17. ltmain.sh
  18. Makefile
  19. Makefile.in
  20. missing
  21. mkinstalldirs
  22. ogg.pc
  23. ogg-uninstalled.pc
  24. stamp-h1
  25. .project
  26. include/ogg/config_types.h
  27. src/*.o
  28. src/*.lo
  29. src/lib*.la
  30. src/.libs
  31. src/.deps
  32. src/test_*
  33. macosx/build/
  34. /m4
  35. CMakeCache.txt
  36. CMakeFiles
  37. CMakeScripts
  38. Testing
  39. Makefile
  40. cmake_install.cmake
  41. install_manifest.txt
  42. compile_commands.json
  43. CTestTestfile.cmake
  44. CMakeSettings.json
  45. *[Bb]uild*/
  46. .vs/
  47. .vscode/