.gitignore 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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. *.la
  25. testcelt
  26. libtool
  27. ltmain.sh
  28. missing
  29. m4/libtool.m4
  30. m4/ltoptions.m4
  31. m4/ltsugar.m4
  32. m4/ltversion.m4
  33. m4/lt~obsolete.m4
  34. opus_compare
  35. opus_demo
  36. repacketizer_demo
  37. stamp-h1
  38. *.sw*
  39. *.o
  40. *.lo
  41. *.pc
  42. *~
  43. tests/*test
  44. tests/test_opus_api
  45. tests/test_opus_decode
  46. tests/test_opus_encode
  47. tests/test_opus_padding
  48. celt/dump_modes/dump_modes
  49. celt/tests/test_unit_cwrs32
  50. celt/tests/test_unit_dft
  51. celt/tests/test_unit_entropy
  52. celt/tests/test_unit_laplace
  53. celt/tests/test_unit_mathops
  54. celt/tests/test_unit_mdct
  55. celt/tests/test_unit_rotation
  56. celt/tests/test_unit_types
  57. doc/doxygen-build.stamp
  58. doc/html
  59. doc/latex
  60. doc/man
  61. *.vcxproj.user
  62. opus.sdf
  63. opus.suo
  64. package_version
  65. version.h
  66. celt/Debug
  67. celt/Release
  68. celt/x64
  69. silk/Debug
  70. silk/Release
  71. silk/x64
  72. silk/fixed/Debug
  73. silk/fixed/Release
  74. silk/fixed/x64
  75. silk/float/Debug
  76. silk/float/Release
  77. silk/float/x64
  78. src/Debug
  79. src/Release
  80. src/x64