jherdman (owner)

Revisions

gist: 228886 Download_button fork
public
Public Clone URL: git://gist.github.com/228886.git
Embed All Files: show embed
.gitattributes #
1
2
3
4
## From http://shanesbrain.net/2008/7/9/using-xcode-with-git
 
# Treat stuff in the project folder as binary
*.pbxproj -crlf -diff -merge
.gitignore #
1
2
3
4
5
6
7
8
9
10
## From http://shanesbrain.net/2008/7/9/using-xcode-with-git
 
# XCode Noise
build/*
*.pbxuser
*.mode1v3
 
# OS X Noise
.DS_Store
profile