Merge pull request #1643 from Shreeshrii/unlv

move unlvtests ignored files to .gitignore in root dir
This commit is contained in:
zdenop 2018-06-08 08:40:40 +02:00 committed by GitHub
commit 1309749a15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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*