.gitignore 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. Doxyfile
  2. Makefile
  3. Makefile.in
  4. TAGS
  5. aclocal.m4
  6. autom4te.cache
  7. *.kdevelop.pcs
  8. *.kdevses
  9. compile
  10. config.guess
  11. config.h
  12. config.h.in
  13. config.log
  14. config.status
  15. config.sub
  16. configure
  17. depcomp
  18. INSTALL
  19. install-sh
  20. .deps
  21. .libs
  22. .dirstamp
  23. *.a
  24. *.exe
  25. *.la
  26. *-gnu.S
  27. testcelt
  28. libtool
  29. ltmain.sh
  30. missing
  31. m4/libtool.m4
  32. m4/ltoptions.m4
  33. m4/ltsugar.m4
  34. m4/ltversion.m4
  35. m4/lt~obsolete.m4
  36. opus_compare
  37. opus_demo
  38. repacketizer_demo
  39. stamp-h1
  40. test-driver
  41. *.sw*
  42. *.o
  43. *.lo
  44. *.pc
  45. *.tar.gz
  46. *~
  47. tests/*test
  48. tests/test_opus_api
  49. tests/test_opus_decode
  50. tests/test_opus_encode
  51. tests/test_opus_padding
  52. tests/test_opus_projection
  53. celt/arm/armopts.s
  54. celt/dump_modes/dump_modes
  55. celt/tests/test_unit_cwrs32
  56. celt/tests/test_unit_dft
  57. celt/tests/test_unit_entropy
  58. celt/tests/test_unit_laplace
  59. celt/tests/test_unit_mathops
  60. celt/tests/test_unit_mdct
  61. celt/tests/test_unit_rotation
  62. celt/tests/test_unit_types
  63. doc/doxygen_sqlite3.db
  64. doc/doxygen-build.stamp
  65. doc/html
  66. doc/latex
  67. doc/man
  68. package_version
  69. version.h
  70. celt/Debug
  71. celt/Release
  72. celt/x64
  73. silk/Debug
  74. silk/Release
  75. silk/x64
  76. silk/fixed/Debug
  77. silk/fixed/Release
  78. silk/fixed/x64
  79. silk/float/Debug
  80. silk/float/Release
  81. silk/float/x64
  82. silk/tests/test_unit_LPC_inv_pred_gain
  83. src/Debug
  84. src/Release
  85. src/x64
  86. /*[Bb]uild*/
  87. .vs/
  88. .vscode/
  89. CMakeSettings.json