.gitignore 914 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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-sh
  19. .deps
  20. .libs
  21. .dirstamp
  22. *.la
  23. testcelt
  24. libtool
  25. ltmain.sh
  26. missing
  27. opus_compare
  28. opus_demo
  29. repacketizer_demo
  30. stamp-h1
  31. *.sw
  32. *.o
  33. *.lo
  34. *.pc
  35. *~
  36. tests/*test
  37. tests/test_opus_api
  38. tests/test_opus_decode
  39. tests/test_opus_encode
  40. celt.pc
  41. celt.spec
  42. celt/dump_modes/dump_modes
  43. celt/tests/test_unit_cwrs32
  44. celt/tests/test_unit_dft
  45. celt/tests/test_unit_entropy
  46. celt/tests/test_unit_laplace
  47. celt/tests/test_unit_mathops
  48. celt/tests/test_unit_mdct
  49. celt/tests/test_unit_rotation
  50. celt/tests/test_unit_types
  51. *.vcxproj.user
  52. opus.sdf
  53. opus.suo
  54. version.h
  55. celt/Debug
  56. celt/Release
  57. celt/x64
  58. silk/Debug
  59. silk/Release
  60. silk/x64
  61. silk/fixed/Debug
  62. silk/fixed/Release
  63. silk/fixed/x64
  64. silk/float/Debug
  65. silk/float/Release
  66. silk/float/x64
  67. src/Debug
  68. src/Release
  69. src/x64