Skip to content

Instantly share code, notes, and snippets.

@bubudrc
Created December 18, 2013 15:11
Show Gist options
  • Save bubudrc/8023909 to your computer and use it in GitHub Desktop.
Save bubudrc/8023909 to your computer and use it in GitHub Desktop.
This is the basic .gitignore file to use when we create a project to use for git.
# OS X Finder
.DS_Store
# Xcode per-user config
*.mode1
*.mode1v3
*.mode2v3
*.perspective
*.perspectivev3
*.pbxuser
*.xcworkspace
xcuserdata
# Build products
build/
*.o
*.LinkFileList
*.hmap
# Automatic backup files
*~.nib/
*.swp
*~
*.dat
*.dep
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment