Skip to content

Commit

Permalink
Add gitignore and gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
wezm committed Oct 29, 2010
1 parent 8bf6009 commit 3890741
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
@@ -0,0 +1 @@
*.pbxproj -crlf -diff -merge
11 changes: 11 additions & 0 deletions .gitignore
@@ -0,0 +1,11 @@
# xcode noise
build/*
*.pbxuser
*.mode1v3

# old skool
.svn

# osx noise
.DS_Store
profile

0 comments on commit 3890741

Please sign in to comment.