ccextractor/.gitignore
canihavesomecoffee 04be7be06b Add OCR build support
Adds OCR build support by creating two new build configs (one debug, one
release) and some instructions about what VS expects on those configs.
2016-06-08 02:25:13 +02:00

33 lines
477 B
Plaintext

####
# Ignore CVS related files
.CVS
CVS
####
# Linux Ignored binary and build folder
*.o
linux/ccextractor
linux/depend
windows/Debug/**
windows/Release/**
build/
####
# Visual Studio project Ignored files
*.suo
*.sdf
*.opensdf
*.user
*.opendb
####
# Ignore the header file that is updated upon build
src/lib_ccx/compile_info.h
#### Ignore windows OCR libraries and folders
windows/libs/leptonica/**
windows/libs/tesseract/**
windows/Release-OCR/**
windows/Debug-OCR/**