move unlvtests ignored files to .gitignore in root dir

This commit is contained in:
Shree Devi Kumar 2018-06-08 05:29:44 +00:00
parent 51ebf8a21e
commit 828d727135
2 changed files with 7 additions and 3 deletions

7
.gitignore vendored
View File

@ -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

View File

@ -1,3 +0,0 @@
# Ignore ocreval tool and generated files.
ocreval*
results*