Skip to content
This repository has been archived by the owner on Dec 5, 2019. It is now read-only.

Commit

Permalink
Added .gitignore file (with support for Xcode 4)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsterling committed Mar 12, 2011
1 parent 017ae48 commit 60832c4
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
build/

*.mode1
*.mode1v3
*.mode2v3
*.perspective
*.perspectivev3
*.pbxuser
*.xcworkspace
xcuserdata

.svn
CVS

.DS_Store
*~.nib
*.swp

0 comments on commit 60832c4

Please sign in to comment.