Skip to content

Instantly share code, notes, and snippets.

@program247365
Created June 28, 2009 19:04
Show Gist options
  • Star 45 You must be signed in to star a gist
  • Fork 57 You must be signed in to fork a gist
  • Save program247365/137348 to your computer and use it in GitHub Desktop.
Save program247365/137348 to your computer and use it in GitHub Desktop.
*.pbxproj -crlf -diff -merge
# xcode noise
*.mode1v3
*.pbxuser
*.perspective
*.perspectivev3
*.pyc
*~.nib/
build/*
# Textmate - if you build your xcode projects with it
*.tm_build_errors
# old skool
.svn
# osx noise
.DS_Store
profile
@ckoehler
Copy link

Yeah that's right. I'm oldschool like that :)
That's good to know though, so I will give it a shot after reading the docs. Thanks for the pointers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment