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

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