123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112 |
- # editor files:
-
- .*.swp
-
- # intermediate build output:
-
- *.o
- *.lo
-
- # 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-ng.a
- libespeak-ng.la
- libespeak-ng.so*
-
- # build output
-
- *.html
-
- src/espeak-ng.1
- src/speak-ng.1
-
- src/espeak-ng
- src/espeakedit
- src/speak-ng
-
- # Windows builds
-
- !src/windows/config.h
-
- *.obj
- *.lib
- *.dll
- *.exe
-
- *.exp
- *.idb
- *.ilk
- *.iobj
- *.ipdb
- *.log
- *.pdb
- *.tlog/
-
- .vs/
- *.VC.opendb
- *.sdf
- *.cache
- *.user
-
- # Linux/Source distribution files
-
- praat-mod/
-
- ChangeLog.txt
- License.txt
- ReadMe
- Makefile
-
- # espeak-data
-
- dictsource/*_extra
- dictsource/dict_log
- dictsource/dict_phonemes
- dictsource/ru_listx
- dictsource/zh_listx
- dictsource/zhy_list
-
- phsource/compile_prog_log
- phsource/compile_report
- phsource/error_intonation
- phsource/error_log
- phsource/phonemes.stamp
-
- espeak-data/config
- espeak-data/dictsource
- espeak-data/phsource
- espeak-data/*_dict
- espeak-data/mbrola_ph/*_phtrans
- espeak-data/intonations
- espeak-data/phondata
- espeak-data/phondata-manifest
- espeak-data/phonindex
- espeak-data/phontab
|