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.
22 lines
185 B
22 lines
185 B
9 years ago
|
# xcode noise
|
||
|
build/
|
||
|
build/*
|
||
|
*/build/*
|
||
|
*.pbxuser
|
||
|
*.mode1v3
|
||
|
*.mode2v3
|
||
|
*.perspectivev3
|
||
|
xcuserdata/*
|
||
|
xcuserdata/
|
||
|
|
||
|
# OSX noise
|
||
|
.DS_Store
|
||
|
profile
|
||
|
Icon*
|
||
|
|
||
|
# Emacs noise
|
||
|
*~
|
||
|
|
||
|
# other noise
|
||
|
.svn
|