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

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