Skip to content

Commit

Permalink
.gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
stig committed May 6, 2012
1 parent 5c4d5f7 commit c5d4071
Showing 1 changed file with 18 additions and 8 deletions.
26 changes: 18 additions & 8 deletions .gitignore
@@ -1,8 +1,18 @@
*.xcodeproj/*
!*.xcodeproj/project.pbxproj
*.xcworkspace/*
*.xcworkspace/xcuserdata
!*.xcworkspace/contents.xcworkspacedata
.DS_Store
.idea/*
build/*
# Xcode
build/
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
*.xcworkspace
!default.xcworkspace
xcuserdata/
profile
*.moved-aside
DerivedData
.idea/
.DS_Store

0 comments on commit c5d4071

Please sign in to comment.