From 828d72713535c7f1c2876aaa5938a57216c02047 Mon Sep 17 00:00:00 2001 From: Shree Devi Kumar Date: Fri, 8 Jun 2018 05:29:44 +0000 Subject: [PATCH] move unlvtests ignored files to .gitignore in root dir --- .gitignore | 7 +++++++ unlvtests/.gitignore | 3 --- 2 files changed, 7 insertions(+), 3 deletions(-) delete mode 100644 unlvtests/.gitignore diff --git a/.gitignore b/.gitignore index ce520087a7..d2b2e6ffde 100644 --- a/.gitignore +++ b/.gitignore @@ -107,3 +107,10 @@ kernel*.bin /unittest/matrix_test /unittest/osd_test /unittest/tesseracttests + +# ocreval tool and generated files from unlvtests +/unlvtests/ocreval* +/unlvtests/results* +/unlvtests/reports/*.characc +/unlvtests/reports/*.times +/unlvtests/reports/*.wordacc diff --git a/unlvtests/.gitignore b/unlvtests/.gitignore deleted file mode 100644 index 89695a1f6b..0000000000 --- a/unlvtests/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -# Ignore ocreval tool and generated files. -ocreval* -results*