From e46d213241b254144e5109611f228023219efa84 Mon Sep 17 00:00:00 2001 From: "Steven G. Johnson" Date: Wed, 30 Nov 2016 10:46:01 -0500 Subject: update .gitignore for custom test --- .gitignore | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 532fa9a..41a6cff 100644 --- a/.gitignore +++ b/.gitignore @@ -17,11 +17,12 @@ data/*.sfd bench/bench bench/icu bench/unistring -normtest -graphemetest -printproperty -charwidth -valid -iterate -case +test/normtest +test/graphemetest +test/printproperty +test/charwidth +test/valid +test/iterate +test/case +test/custom /tmp/ -- cgit v1.2.3