tesseract/.gitignore
Stefan Weil 4df706e7bf Update .gitignore
* Ignore generated version file
* Add some comments
* Add missing training executable
* Remove two CR at line endings
* Remove googletest (part of the git repository, so cannot be ignored)
* Add test related files

Signed-off-by: Stefan Weil <sw@weilnetz.de>
2018-04-23 10:42:51 +02:00

110 lines
1.4 KiB
Plaintext

*~
# Windows
*.user
*.log
*.tlog
*.cache
*.obj
*.sdf
*.opensdf
*.lastbuildstate
*.unsuccessfulbuild
*.suo
*.res
*.ipch
*.manifest
vs2010/DLL_Debug/*
vs2010/DLL_Release/*
vs2010/LIB_Debug/*
vs2010/LIB_Release/*
vs2010/LIB_OpenCL_Release/*
vs2010/LIB_OpenCL_Debug/*
# Linux
# ignore local configuration
config.*
config/*
Makefile
Makefile.in
*.m4
# ignore help scripts/files
configure
libtool
stamp-h1
tesseract.pc
config_auto.h
/doc/html/*
/doc/*.1
/doc/*.5
/doc/*.html
/doc/*.xml
# generated version file
/api/tess_version.h
# executables
/api/tesseract
/training/ambiguous_words
/training/classifier_tester
/training/cntraining
/training/combine_tessdata
/training/dawg2wordlist
/training/merge_unicharsets
/training/mftraining
/training/set_unicharset_properties
/training/shapeclustering
/training/text2image
/training/unicharset_extractor
/training/wordlist2dawg
*.patch
# files generated by libtool
/training/combine_lang_model
/training/lstmeval
/training/lstmtraining
# ignore compilation files
build/*
/bin
*/.deps/*
*/.libs/*
*.lo
*.la
*.o
*.Plo
*.a
*.class
*.jar
# tessdata
*.traineddata
# OpenCL
tesseract_opencl_profile_devices.dat
kernel*.bin
# build dirs
/build*
/.cppan
/cppan
/*.dll
/*.lib
/*.exe
/*.lnk
/win*
.vs*
.s*
# files generated by "make check"
/tests/.dirstamp
/unittest/*.trs
# test programs
/unittest/apiexample_test
/unittest/intsimdmatrix_test
/unittest/matrix_test
/unittest/osd_test
/unittest/tesseracttests