ccextractor/.gitignore

50 lines
697 B
Plaintext
Raw Normal View History

####
# Ignore tests tmp files and results
tests/runtest
tests/**/*.gcda
tests/**/*.gcno
####
# 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/Debug-OCR/**
windows/Release/**
windows/Release-Full/**
windows/Release-OCR/**
windows/Debug-Full/**
windows/x64/**
windows/ccextractor.VC.db
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/**
# Ctags
2016-12-13 11:32:35 +00:00
*.tags*
# Vagrant
.vagrant/