Joris Kluivers

I like to build software.

Git Ignore for Xcode Projects

The default .gitignore file I use for my Xcode projects

# .gitignore in use by Joris Kluivers
#
# Latest version:
# https://gist.github.com/gists/1923197
*.DS_Store
# Xcode
*.pbxuser
*.mode1v3
*.move2v3
*.perspectivev3
*.xcuserstate
project.xcworkspace/
xcuserdata/
build/
# Generated
*.o
*.pyc
view raw .gitignore hosted with ❤ by GitHub