Add Github's Objective-C .gitignore file.

This prevents .DS_Store and xcuserdata files/dirs from causing
the AFNetworking submodule to always have `(untracked content)`
listed in `git status`.
This commit is contained in:
Nate Stedman 2012-10-19 14:25:31 -04:00
parent 4f844a2c3d
commit e8d7a91305

18
.gitignore vendored Normal file
View file

@ -0,0 +1,18 @@
# Xcode
.DS_Store
build/
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
*.xcworkspace
!default.xcworkspace
xcuserdata
profile
*.moved-aside
DerivedData
.idea/