.gitignore 924 字节
Newer Older
J
Doxygen  
Jim O'Regan 已提交
1
*~
Z
Zdenko Podobný 已提交
2 3 4 5 6 7 8 9 10 11
# Windows
*.user
*.log
*.tlog
*.cache
*.obj
*.sdf
*.opensdf
*.lastbuildstate
*.unsuccessfulbuild
Z
Zdenop 已提交
12 13 14 15 16 17 18 19 20 21 22 23
*.suo
*.res
*.ipch
*.manifest
vs2010/DLL_Debug/*
vs2010/DLL_Release/*
vs2010/LIB_Debug/*
vs2010/LIB_Release/*
vs2010/LIB_OpenCL_Release/*
vs2010/LIB_OpenCL_Debug/*


Z
Zdenko Podobný 已提交
24 25 26 27 28 29 30 31 32 33 34 35 36 37 38

# Linux
# ignore local configuration
config.*
config/*
Makefile
Makefile.in
*.m4

# ignore help scripts/files
configure
libtool
stamp-h1
tesseract.pc
config_auto.h
Z
Zdenko Podobný 已提交
39
doc/html/*
Z
Zdenko Podobný 已提交
40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62
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

Z
Zdenko Podobný 已提交
63 64 65
# tessdata
*.cube.*
*.tesseract_cube.*
J
Doxygen  
Jim O'Regan 已提交
66
*.traineddata
J
James R. Barlow 已提交
67 68 69 70 71

# OpenCL
tesseract_opencl_profile_devices.dat
kernel*.bin