ccextractor/.gitignore
canihavesomecoffee f3faaf06f8 Add VC.db file to gitignore
Also moves the folders to the correct place
2016-12-10 08:38:43 +01:00

38 lines
540 B
Plaintext

####
# Ignore CVS related files
.CVS
CVS
####
# Linux Ignored binary and build folder
*.o
linux/ccextractor
linux/depend
windows/Debug/**
windows/Release/**
windows/Release-OCR/**
windows/Debug-OCR/**
windows/x64/**
windows/ccextractor.VC.db
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_real.h
#### Ignore windows OCR libraries and folders
windows/libs/leptonica/**
windows/libs/tesseract/**
# Ctags
*.tags*