2014-08-14 04:07:44 +08:00
|
|
|
# Windows
|
|
|
|
*.user
|
|
|
|
*.log
|
|
|
|
*.tlog
|
|
|
|
*.cache
|
|
|
|
*.obj
|
|
|
|
*.sdf
|
|
|
|
*.opensdf
|
|
|
|
*.lastbuildstate
|
|
|
|
*.unsuccessfulbuild
|
2014-08-16 05:00:20 +08:00
|
|
|
*.suo
|
|
|
|
*.res
|
|
|
|
*.ipch
|
|
|
|
*.manifest
|
|
|
|
vs2010/DLL_Debug/*
|
|
|
|
vs2010/DLL_Release/*
|
|
|
|
vs2010/LIB_Debug/*
|
|
|
|
vs2010/LIB_Release/*
|
|
|
|
vs2010/LIB_OpenCL_Release/*
|
|
|
|
vs2010/LIB_OpenCL_Debug/*
|
|
|
|
|
|
|
|
|
2014-08-14 04:07:44 +08:00
|
|
|
|
|
|
|
# Linux
|
|
|
|
# ignore local configuration
|
|
|
|
config.*
|
|
|
|
config/*
|
|
|
|
Makefile
|
|
|
|
Makefile.in
|
|
|
|
*.m4
|
|
|
|
|
|
|
|
# ignore help scripts/files
|
|
|
|
configure
|
|
|
|
libtool
|
|
|
|
stamp-h1
|
|
|
|
tesseract.pc
|
|
|
|
config_auto.h
|
2014-08-15 05:37:17 +08:00
|
|
|
doc/html/*
|
2014-08-14 04:07:44 +08:00
|
|
|
api/tesseract
|
|
|
|
training/ambiguous_words
|
|
|
|
training/classifier_tester
|
|
|
|
training/cntraining
|
|
|
|
training/combine_tessdata
|
|
|
|
training/dawg2wordlist
|
|
|
|
training/mftraining
|
|
|
|
training/set_unicharset_properties
|
|
|
|
training/shapeclustering
|
|
|
|
training/text2image
|
|
|
|
training/unicharset_extractor
|
|
|
|
training/wordlist2dawg
|
|
|
|
*.patch
|
|
|
|
|
|
|
|
# ignore compilation files
|
|
|
|
*/.deps/*
|
|
|
|
*/.libs/*
|
|
|
|
*.lo
|
|
|
|
*.la
|
|
|
|
*.o
|
|
|
|
*.Plo
|
|
|
|
*.a
|
|
|
|
|
2014-08-15 05:37:17 +08:00
|
|
|
# tessdata
|
|
|
|
*.cube.*
|
|
|
|
*.tesseract_cube.*
|
|
|
|
*.traineddata
|