From f3faaf06f834d492505dc76535f1f060649c114a Mon Sep 17 00:00:00 2001 From: canihavesomecoffee Date: Fri, 9 Dec 2016 22:57:04 +0100 Subject: [PATCH] Add VC.db file to gitignore Also moves the folders to the correct place --- .gitignore | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ba43bb91..90f7c76d 100644 --- a/.gitignore +++ b/.gitignore @@ -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* \ No newline at end of file