Skip to content

Commit

Permalink
Proper gitignore file for xcode 4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
markrickert committed Jun 4, 2012
1 parent 4d4e293 commit 13d1f38
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Xcode
build/*
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
*.xcworkspace
!default.xcworkspace
xcuserdata
profile
*.moved-aside

#Mac OS
.DS_Store

0 comments on commit 13d1f38

Please sign in to comment.