mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2024-12-26 04:41:53 +00:00
Add VC.db file to gitignore
Also moves the folders to the correct place
This commit is contained in:
parent
6dc941d4e6
commit
f3faaf06f8
7
.gitignore
vendored
7
.gitignore
vendored
@ -11,6 +11,10 @@ linux/ccextractor
|
|||||||
linux/depend
|
linux/depend
|
||||||
windows/Debug/**
|
windows/Debug/**
|
||||||
windows/Release/**
|
windows/Release/**
|
||||||
|
windows/Release-OCR/**
|
||||||
|
windows/Debug-OCR/**
|
||||||
|
windows/x64/**
|
||||||
|
windows/ccextractor.VC.db
|
||||||
build/
|
build/
|
||||||
|
|
||||||
####
|
####
|
||||||
@ -29,9 +33,6 @@ src/lib_ccx/compile_info_real.h
|
|||||||
#### Ignore windows OCR libraries and folders
|
#### Ignore windows OCR libraries and folders
|
||||||
windows/libs/leptonica/**
|
windows/libs/leptonica/**
|
||||||
windows/libs/tesseract/**
|
windows/libs/tesseract/**
|
||||||
windows/Release-OCR/**
|
|
||||||
windows/Debug-OCR/**
|
|
||||||
windows/x64/**
|
|
||||||
|
|
||||||
# Ctags
|
# Ctags
|
||||||
*.tags*
|
*.tags*
|
Loading…
Reference in New Issue
Block a user