Skip to content

Commit

Permalink
modify gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
dd2284 committed Mar 16, 2011
1 parent e02bb48 commit a3ca8f0
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,18 @@
.DS_store
profile

# XCode and built products
*xcodeproj/*pbxuser*
*xcodeproj/*per*
*xcodeproj/*mode*
# XCode
*.mode*
*.perspective*
*.pbxuser*
*tmproj
External/GHUnit/*
PLBlocks.framework/*
*.pyc

# for Xcode 4
*xcodeproj/xcuserdata
*xcodeproj/project.xcworkspace
xcuserdata
*.xcworkspace

# built products
build
Expand All @@ -23,5 +25,11 @@ build
.svn
CVS

# Autosaved
# Automatic backup files
#~.nib/
*.swp
*~
*(Autosaved).rtfd/
Backup[ ]of[ ]*.pages/
Backup[ ]of[ ]*.key/
Backup[ ]of[ ]*.numbers/

0 comments on commit a3ca8f0

Please sign in to comment.