Skip to content

Commit

Permalink
modify gitignore and gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
dd2284 committed Mar 14, 2011
1 parent 1b3d6cb commit e02bb48
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 30 deletions.
1 change: 1 addition & 0 deletions .gitattributes
@@ -0,0 +1 @@
*.pbxproj -crlf -diff -merge
50 changes: 20 additions & 30 deletions .gitignore
@@ -1,37 +1,27 @@
# Mac OS X Finder and whatnot
# OS X
.DS_Store

# XCode (and ancestors) per-user config (very noisy, and not relevant)
*.mode1
*.mode1v3
*.mode2v3
*.perspective
*.perspectivev3
*.pbxuser

#for Xcode 4
xcuserdata
*.xcworkspace

# Generated files
VersionX-revision.h


# build products
build/
.DS_store
profile

# XCode and built products
*xcodeproj/*pbxuser*
*xcodeproj/*per*
*xcodeproj/*mode*
*tmproj
External/GHUnit/*

# for Xcode 4
*xcodeproj/xcuserdata
*xcodeproj/project.xcworkspace

# built products
build
*.o

# Other source repository archive directories (protects when importing)
# Other source repository archive directories
.hg
.svn
CVS


# automatic backup files
*~.nib
*.swp
*~
*(Autosaved).rtfd/
Backup[ ]of[ ]*.pages/
Backup[ ]of[ ]*.key/
Backup[ ]of[ ]*.numbers/
# Autosaved
#~.nib/

0 comments on commit e02bb48

Please sign in to comment.