add build to gitignore, make paths absolute (closes #185)
This commit is contained in:
parent
11bb3d9dc7
commit
f645f2a700
39
.gitignore
vendored
39
.gitignore
vendored
@ -11,24 +11,25 @@
|
|||||||
*.out
|
*.out
|
||||||
*.new
|
*.new
|
||||||
.vscode
|
.vscode
|
||||||
data/*.txt
|
/data/*.txt
|
||||||
data/*.ttf
|
/data/*.ttf
|
||||||
data/*.sfd
|
/data/*.sfd
|
||||||
/docs/
|
/docs/
|
||||||
bench/bench
|
/bench/bench
|
||||||
bench/icu
|
/bench/icu
|
||||||
bench/unistring
|
/bench/unistring
|
||||||
test/normtest
|
/test/normtest
|
||||||
test/graphemetest
|
/test/graphemetest
|
||||||
test/printproperty
|
/test/printproperty
|
||||||
test/charwidth
|
/test/charwidth
|
||||||
test/misc
|
/test/misc
|
||||||
test/valid
|
/test/valid
|
||||||
test/iterate
|
/test/iterate
|
||||||
test/case
|
/test/case
|
||||||
test/custom
|
/test/custom
|
||||||
/tmp/
|
/tmp/
|
||||||
mingw_static
|
/mingw_static/
|
||||||
mingw_shared
|
/mingw_shared/
|
||||||
msvc_shared
|
/msvc_shared/
|
||||||
msvc_static
|
/msvc_static/
|
||||||
|
/build/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user