123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 |
- # editor files:
-
- .*.swp
-
- # intermediate build output:
-
- *.o
- *.lo
-
- # android build output:
-
- bin/
- obj/
- gen/
- android/icons/*.png
-
- libttsespeak.so
-
- android/res/raw/espeakdata.zip
- android/res/raw/espeakdata_version
-
- local.properties
-
- # android gradle output:
-
- .gradle/
- .idea/
- build/
- espeak.iml
-
- # autotools
-
- AUTHORS
- INSTALL
- NEWS
- README
-
- .deps/
- .libs/
-
- Makefile
- Makefile.in
- aclocal.m4
- autom4te.cache/
- compile
- config.*
- configure
- depcomp
- install-sh
- libtool
- ltmain.sh
- m4/
- missing
- stamp-h1
- .dirstamp
-
- # libraries
-
- docs/speak_lib.h
-
- libespeak.a
- libespeak.la
- libespeak.so*
-
- # programs
-
- platforms/*/espeak-phoneme-data
- src/espeak
- src/espeakedit
- src/speak
-
- # Linux/Source distribution files
-
- praat-mod/
-
- ChangeLog.txt
- License.txt
- ReadMe
- Makefile
-
- # 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
|