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

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