Skip to content

Instantly share code, notes, and snippets.

@robertwalker
Created July 21, 2010 23:24
Show Gist options
  • Save robertwalker/485302 to your computer and use it in GitHub Desktop.
Save robertwalker/485302 to your computer and use it in GitHub Desktop.
Git ignore file for Xcode projects
# Ignore Finder spam
\.DS_store
# Ignore cruft in the project bundle
*.xcodeproj/*
!*.xcodeproj/project.pbxproj
# Ignore build products folder
build/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment