2014-09-13 04:41:19 +08:00
|
|
|
*~
|
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
|
2016-02-13 07:04:59 +08:00
|
|
|
build/*
|
2014-08-14 04:07:44 +08:00
|
|
|
*/.deps/*
|
|
|
|
*/.libs/*
|
|
|
|
*.lo
|
|
|
|
*.la
|
|
|
|
*.o
|
|
|
|
*.Plo
|
|
|
|
*.a
|
2015-06-24 04:19:18 +08:00
|
|
|
*.class
|
|
|
|
*.jar
|
2014-08-14 04:07:44 +08:00
|
|
|
|
2014-08-15 05:37:17 +08:00
|
|
|
# tessdata
|
2014-09-13 04:41:19 +08:00
|
|
|
*.traineddata
|
2015-08-26 17:03:07 +08:00
|
|
|
|
|
|
|
# OpenCL
|
|
|
|
tesseract_opencl_profile_devices.dat
|
|
|
|
kernel*.bin
|
|
|
|
|
2015-09-06 05:47:32 +08:00
|
|
|
# build dirs
|
|
|
|
/build*
|
2016-12-15 21:04:18 +08:00
|
|
|
/.cppan
|
2016-06-30 05:29:55 +08:00
|
|
|
/cppan
|
2016-12-15 21:04:18 +08:00
|
|
|
/*.dll
|
2017-01-12 02:27:45 +08:00
|
|
|
/*.lib
|
|
|
|
/*.exe
|
|
|
|
/*.lnk
|
2016-12-16 05:22:39 +08:00
|
|
|
/win*
|