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

This commit is contained in:
Steven G. Johnson 2020-03-29 09:01:04 -04:00
parent 11bb3d9dc7
commit f645f2a700

39
.gitignore vendored
View File

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