2016-12-02 08:36:33 +00:00
|
|
|
####
|
|
|
|
# Ignore tests tmp files and results
|
|
|
|
tests/runtest
|
|
|
|
tests/**/*.gcda
|
|
|
|
tests/**/*.gcno
|
|
|
|
|
2014-07-03 14:07:15 +00:00
|
|
|
####
|
|
|
|
# Ignore CVS related files
|
|
|
|
|
2014-04-12 10:41:27 +00:00
|
|
|
.CVS
|
|
|
|
CVS
|
2014-07-03 14:07:15 +00:00
|
|
|
|
|
|
|
####
|
|
|
|
# Linux Ignored binary and build folder
|
2014-04-29 10:59:19 +00:00
|
|
|
*.o
|
|
|
|
linux/ccextractor
|
|
|
|
linux/depend
|
2016-06-08 00:25:13 +00:00
|
|
|
windows/Debug/**
|
2016-12-22 18:59:55 +00:00
|
|
|
windows/Debug-OCR/**
|
2016-06-08 00:25:13 +00:00
|
|
|
windows/Release/**
|
2016-12-22 15:19:42 +00:00
|
|
|
windows/Release-Full/**
|
2016-12-22 18:59:55 +00:00
|
|
|
windows/Release-OCR/**
|
2016-12-22 15:19:42 +00:00
|
|
|
windows/Debug-Full/**
|
2016-12-09 21:57:04 +00:00
|
|
|
windows/x64/**
|
|
|
|
windows/ccextractor.VC.db
|
2016-03-07 06:44:49 +00:00
|
|
|
build/
|
2014-07-03 14:07:15 +00:00
|
|
|
|
|
|
|
####
|
|
|
|
# Visual Studio project Ignored files
|
|
|
|
|
2014-06-25 05:28:10 +00:00
|
|
|
*.suo
|
2014-07-03 14:07:15 +00:00
|
|
|
*.sdf
|
2015-06-03 22:31:29 +00:00
|
|
|
*.opensdf
|
|
|
|
*.user
|
2016-05-22 01:45:53 +00:00
|
|
|
*.opendb
|
2016-05-23 09:52:46 +00:00
|
|
|
|
|
|
|
####
|
|
|
|
# Ignore the header file that is updated upon build
|
2016-07-05 15:57:47 +00:00
|
|
|
src/lib_ccx/compile_info_real.h
|
2016-06-15 20:59:13 +00:00
|
|
|
|
2016-06-08 00:25:13 +00:00
|
|
|
#### Ignore windows OCR libraries and folders
|
|
|
|
windows/libs/leptonica/**
|
|
|
|
windows/libs/tesseract/**
|
2016-08-22 20:18:48 +00:00
|
|
|
|
|
|
|
# Ctags
|
2016-12-13 11:32:35 +00:00
|
|
|
*.tags*
|
|
|
|
|
|
|
|
# Vagrant
|
|
|
|
.vagrant/
|
2017-01-12 13:42:10 +00:00
|
|
|
|
|
|
|
# Eclipse stuff
|
|
|
|
.cproject
|
|
|
|
.project
|
|
|
|
.settings/
|
2017-01-28 16:55:35 +00:00
|
|
|
|
|
|
|
# Mac
|
|
|
|
.DS_Store
|
2017-01-30 20:59:39 +00:00
|
|
|
windows/enc_temp_folder/*
|