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 546B

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