mirror of
https://github.com/github/gitignore.git
synced 2025-02-23 14:44:54 +08:00
69 lines
1.0 KiB
Plaintext
69 lines
1.0 KiB
Plaintext
# Xcode
|
||
!default.pbxuser
|
||
!default.mode1v3
|
||
!default.mode2v3
|
||
!default.perspectivev3
|
||
*.xcworkspace
|
||
!default.xcworkspace
|
||
xcuserdata
|
||
profile
|
||
*.moved-aside
|
||
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/
|