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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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/printcdata
  13. tests/printucddata
  14. tests/printucddata_cpp
  15. # test output:
  16. tests/*.expected
  17. tests/*.actual
  18. tests/*.diff
  19. # documentation output:
  20. docs/html/
  21. CHANGELOG.html
  22. README.html
  23. # autotools output:
  24. INSTALL
  25. NEWS
  26. README
  27. aclocal.m4
  28. autom4te.cache/
  29. compile
  30. config.guess
  31. config.h.in
  32. config.h
  33. config.log
  34. config.status
  35. config.sub
  36. configure
  37. depcomp
  38. install-sh
  39. libtool
  40. ltmain.sh
  41. m4/
  42. missing
  43. Makefile
  44. Makefile.in
  45. stamp-h1