utf8proc

A clean C library for processing UTF-8 Unicode data
git clone https://git.sinitax.com/juliastrings/utf8proc
Log | Files | Refs | README | LICENSE | sfeed.txt

commit f645f2a70085f9745a647f56ca8cbfb35ab9d2ef
parent 11bb3d9dc796bb006c79c2962a7d19abcadfb3df
Author: Steven G. Johnson <stevenj@alum.mit.edu>
Date:   Sun, 29 Mar 2020 09:01:04 -0400

add build to gitignore, make paths absolute (closes #185)

Diffstat:
M.gitignore | 39++++++++++++++++++++-------------------
1 file changed, 20 insertions(+), 19 deletions(-)

diff --git 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/