mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-13 01:38:20 +00:00
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*
|