Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/memononen/nanosvg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikko Mononen <memon@inside.org>2013-10-06 02:46:50 +0400
committerMikko Mononen <memon@inside.org>2013-10-06 02:46:50 +0400
commit4ba0c79055b3c894d31ebe9beaa8712e8d2d9141 (patch)
tree5e333df77036b3b97cbd7fd90987587d8074ed3a /.gitignore
parentba093228f0f4cfd9cda01362458ea1a29281798b (diff)
Added more documentation, removed unused tol, added shapeId
- added more documentation to NSVGPath - removed unused 'tol' - added shapeId to paths, used to identify path belonging to same shape - small text change to readme
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index c3b0c6a..70f534e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,5 +21,8 @@ test
ehthumbs.db
Thumbs.db
+## Build dir
+build/*
+
## xcode specific
*xcuserdata*