mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +00:00
8974ae4fb5
This brings nanosvg into the project for SVG loading and rendering. Unfortunatly we can not at this time use a submodule for this project until https://github.com/memononen/nanosvg/pull/214 is merged.
32 lines
290 B
Plaintext
32 lines
290 B
Plaintext
## Compiled source #
|
|
*.com
|
|
*.class
|
|
*.dll
|
|
*.exe
|
|
*.o
|
|
*.so
|
|
test
|
|
|
|
## Logs and databases #
|
|
*.log
|
|
*.sql
|
|
*.sqlite
|
|
|
|
## OS generated files #
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
## Build dir
|
|
build/*
|
|
|
|
## Stuff in example
|
|
example/_*
|
|
|
|
## xcode specific
|
|
*xcuserdata*
|