eSpeak NG is an open source speech synthesizer that supports more than hundred languages and accents.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.gitignore 518B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. .*.swp
  2. # intermediate files:
  3. .deps/
  4. .libs/
  5. .dirstamp
  6. *.pyc
  7. *.o
  8. *.lo
  9. # build output:
  10. data/ucd
  11. src/libucd.la
  12. tests/printucddata
  13. tests/printucddata_cpp
  14. # test output:
  15. tests/*.expected
  16. tests/*.actual
  17. tests/*.diff
  18. # documentation output:
  19. docs/html/
  20. CHANGELOG.html
  21. README.html
  22. # autotools output:
  23. INSTALL
  24. NEWS
  25. README
  26. aclocal.m4
  27. autom4te.cache/
  28. compile
  29. config.guess
  30. config.h.in
  31. config.h
  32. config.log
  33. config.status
  34. config.sub
  35. configure
  36. depcomp
  37. install-sh
  38. libtool
  39. ltmain.sh
  40. m4/
  41. missing
  42. Makefile
  43. Makefile.in
  44. stamp-h1