1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- # editor files:
-
- .*.swp
-
- # intermediate build output:
-
- *.o
-
- # autotools
-
- AUTHORS
- INSTALL
- NEWS
- README
-
- Makefile
- Makefile.in
- aclocal.m4
- autom4te.cache/
- config.*
- configure
- install-sh
- libtool
- ltmain.sh
- m4/
- missing
- stamp-h1
-
- # libraries
-
- docs/speak_lib.h
-
- libespeak.a
- libespeak.so*
-
- # programs
-
- platforms/*/espeak-phoneme-data
- espeak
- espeakedit
- speak
-
- # Linux/Source distribution files
-
- praat-mod/
-
- ChangeLog.txt
- License.txt
- ReadMe
-
- # espeak-data
-
- dictsource/*_extra
- dictsource/dict_log
- dictsource/dict_phonemes
-
- phsource/compile_prog_log
- phsource/compile_report
- phsource/error_intonation
- phsource/error_log
-
- espeak-data/dir.stamp
- espeak-data/config
- espeak-data/dictsource
- espeak-data/phsource
- espeak-data/*_dict
- espeak-data/intonations
- espeak-data/phondata
- espeak-data/phondata-manifest
- espeak-data/phonindex
- espeak-data/phontab
|