mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2024-12-25 20:32:10 +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
|
||||
windows/Debug/**
|
||||
windows/Release/**
|
||||
windows/Release-OCR/**
|
||||
windows/Debug-OCR/**
|
||||
windows/x64/**
|
||||
windows/ccextractor.VC.db
|
||||
build/
|
||||
|
||||
####
|
||||
@ -29,9 +33,6 @@ 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/**
|
||||
windows/x64/**
|
||||
|
||||
# Ctags
|
||||
*.tags*
|
Loading…
Reference in New Issue
Block a user