15 lines
208 B
Plaintext
15 lines
208 B
Plaintext
# Exclude the build directory
|
|
build/*
|
|
# Exclude temp nibs and swap files
|
|
*~.nib
|
|
*.swp
|
|
*.lock
|
|
|
|
# Exclude OS X folder attributes
|
|
.DS_Store
|
|
|
|
# Exclude user-specific XCode 3 and 4 files
|
|
*.xcworkspace
|
|
xcuserdata
|
|
|