mirror of
https://github.com/github/gitignore
synced 2024-12-02 16:35:44 +01:00
Update Objective-C.gitignore
This commit is contained in:
parent
a66b53a87d
commit
d79c5dba3b
@ -1,12 +1,7 @@
|
|||||||
# Xcode
|
# Xcode
|
||||||
build/*
|
|
||||||
*.pbxuser
|
|
||||||
!default.pbxuser
|
!default.pbxuser
|
||||||
*.mode1v3
|
|
||||||
!default.mode1v3
|
!default.mode1v3
|
||||||
*.mode2v3
|
|
||||||
!default.mode2v3
|
!default.mode2v3
|
||||||
*.perspectivev3
|
|
||||||
!default.perspectivev3
|
!default.perspectivev3
|
||||||
*.xcworkspace
|
*.xcworkspace
|
||||||
!default.xcworkspace
|
!default.xcworkspace
|
||||||
@ -14,3 +9,60 @@ xcuserdata
|
|||||||
profile
|
profile
|
||||||
*.moved-aside
|
*.moved-aside
|
||||||
DerivedData
|
DerivedData
|
||||||
|
|
||||||
|
# xcode noise
|
||||||
|
build/*
|
||||||
|
*.pbxuser
|
||||||
|
*.mode1v3
|
||||||
|
*.mode2v3
|
||||||
|
*.perspective
|
||||||
|
*.perspectivev3
|
||||||
|
|
||||||
|
# git ignore template from: http://cocoaheads.tumblr.com/post/1350304132/gitignore-template-for-xcode3-4
|
||||||
|
# cocos2d specific
|
||||||
|
PLBlocks.framework/*
|
||||||
|
*.pyc
|
||||||
|
|
||||||
|
# old school
|
||||||
|
.svn
|
||||||
|
|
||||||
|
# eclipse
|
||||||
|
.project
|
||||||
|
.settings/*
|
||||||
|
|
||||||
|
# osx noise
|
||||||
|
.DS_store
|
||||||
|
.DS_Store
|
||||||
|
profile
|
||||||
|
|
||||||
|
# Mac OS X Finder
|
||||||
|
.DS_Store
|
||||||
|
# Sparkle distribution Private Key (Don’t check me in!)
|
||||||
|
dsa_priv.pem
|
||||||
|
# XCode (and ancestors) per-user config (very noisy, and not relevant)
|
||||||
|
*.mode1
|
||||||
|
*.mode1v3
|
||||||
|
*.mode2v3
|
||||||
|
*.perspective
|
||||||
|
*.perspectivev3
|
||||||
|
*.pbxuser
|
||||||
|
# Xcode 4
|
||||||
|
xcuserdata/
|
||||||
|
project.xcworkspace/
|
||||||
|
# Generated files
|
||||||
|
VersionX-revision.h
|
||||||
|
# build products
|
||||||
|
build/
|
||||||
|
*.[oa]
|
||||||
|
# Other source repository archive directories (protects when importing)
|
||||||
|
.hg
|
||||||
|
.svn
|
||||||
|
CVS
|
||||||
|
# automatic backup files
|
||||||
|
*~.nib
|
||||||
|
*.swp
|
||||||
|
*~
|
||||||
|
*(Autosaved).rtfd/
|
||||||
|
Backup[ ]of[ ]*.pages/
|
||||||
|
Backup[ ]of[ ]*.key/
|
||||||
|
Backup[ ]of[ ]*.numbers/
|
||||||
|
Loading…
Reference in New Issue
Block a user