.gitignore 583 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. Makefile
  2. Makefile.in
  3. aclocal.m4
  4. autom4te.cache
  5. *.kdevelop.pcs
  6. *.kdevses
  7. compile
  8. config.guess
  9. config.h
  10. config.h.in
  11. config.log
  12. config.status
  13. config.sub
  14. configure
  15. depcomp
  16. install-sh
  17. .deps
  18. .libs
  19. *.la
  20. testcelt
  21. libtool
  22. ltmain.sh
  23. missing
  24. stamp-h1
  25. *.sw
  26. *.o
  27. *.lo
  28. *~
  29. tests/*test
  30. tools/celtdec
  31. tools/celtenc
  32. celt.pc
  33. celt.spec
  34. celt/dump_modes/dump_modes
  35. *.vcxproj.user
  36. opus.sdf
  37. opus.suo
  38. version.h
  39. celt/Debug
  40. celt/Release
  41. celt/x64
  42. silk/Debug
  43. silk/Release
  44. silk/x64
  45. silk/fixed/Debug
  46. silk/fixed/Release
  47. silk/fixed/x64
  48. silk/float/Debug
  49. silk/float/Release
  50. silk/float/x64
  51. src/Debug
  52. src/Release
  53. src/x64