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

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