diff --git a/.gitignore b/.gitignore index 9364ec4..6ba78c3 100644 --- a/.gitignore +++ b/.gitignore @@ -11,24 +11,25 @@ *.out *.new .vscode -data/*.txt -data/*.ttf -data/*.sfd +/data/*.txt +/data/*.ttf +/data/*.sfd /docs/ -bench/bench -bench/icu -bench/unistring -test/normtest -test/graphemetest -test/printproperty -test/charwidth -test/misc -test/valid -test/iterate -test/case -test/custom +/bench/bench +/bench/icu +/bench/unistring +/test/normtest +/test/graphemetest +/test/printproperty +/test/charwidth +/test/misc +/test/valid +/test/iterate +/test/case +/test/custom /tmp/ -mingw_static -mingw_shared -msvc_shared -msvc_static +/mingw_static/ +/mingw_shared/ +/msvc_shared/ +/msvc_static/ +/build/