You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
290 B
31 lines
290 B
## 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*
|
|
|