ccextractor/.gitignore

37 lines
514 B
Plaintext
Raw Normal View History

####
# Ignore CVS related files
2014-04-12 10:41:27 +00:00
.CVS
CVS
####
# Linux Ignored binary and build folder
2014-04-29 10:59:19 +00:00
*.o
linux/ccextractor
linux/depend
windows/Debug/**
windows/Release/**
2016-03-07 06:44:49 +00:00
build/
####
# Visual Studio project Ignored files
2014-06-25 05:28:10 +00:00
*.suo
*.sdf
*.opensdf
*.user
2016-05-22 01:45:53 +00:00
*.opendb
####
# Ignore the header file that is updated upon build
src/lib_ccx/compile_info_real.h
2016-06-15 20:59:13 +00:00
#### Ignore windows OCR libraries and folders
windows/libs/leptonica/**
windows/libs/tesseract/**
windows/Release-OCR/**
windows/Debug-OCR/**
windows/x64/**
# Ctags
2016-06-15 20:59:13 +00:00
*.tags*