1
0
mirror of https://github.com/github/gitignore synced 2024-11-30 15:42:52 +01:00
gitignore/Objective-C.gitignore
Pierre GOUDJO 540fe11f57 Exclude all build directories
*/build/* maybe excludes file in subdirectories but file in project root are visibile with git status. It can be usefull when project is builded by xcodebuild instead of xcode directly
2013-08-14 17:20:20 +02:00

21 lines
220 B
Plaintext

# Xcode
.DS_Store
build
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
profile
*.moved-aside
DerivedData
.idea/
*.hmap
#CocoaPods
Pods