Skip to content

Commit

Permalink
Improving “.gitignore”.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Weiß committed Sep 27, 2011
1 parent bf5850c commit 28d8f5e
Showing 1 changed file with 17 additions and 8 deletions.
25 changes: 17 additions & 8 deletions .gitignore
@@ -1,9 +1,18 @@
# Xcode
/build/
/*.xcodeproj/*.mode1v3
/*.xcodeproj/*.mode2v3
/*.xcodeproj/*.pbxuser
/*.xcodeproj/xcuserdata/*
/*.xcodeproj/*.perspectivev3
/*.xcodeproj/project.xcworkspace/*
*~.nib
build/*
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
*.xcworkspace
!default.xcworkspace
xcuserdata
profile
*.moved-aside

## Ignore incredibly annoying .DS_Store files
.DS_Store

0 comments on commit 28d8f5e

Please sign in to comment.