mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2024-12-25 04:11:38 +00:00
b002d58259
Add a git ignore for the "real" dynamic header file, remove the ignore for the other one.
33 lines
482 B
Plaintext
33 lines
482 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_real.h
|
|
|
|
#### Ignore windows OCR libraries and folders
|
|
windows/libs/leptonica/**
|
|
windows/libs/tesseract/**
|
|
windows/Release-OCR/**
|
|
windows/Debug-OCR/** |