-
-
Save ksm/2709832 to your computer and use it in GitHub Desktop.
.gitignore for Xcode projects
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# .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 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment