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

.gitignore - github.com/memononen/nanosvg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5b3d1a084e43994045e1e88b5be8fc1d260409ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
## 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*