Skip to content

Instantly share code, notes, and snippets.

@jwang
Created November 9, 2010 07:59
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jwang/668834 to your computer and use it in GitHub Desktop.
Save jwang/668834 to your computer and use it in GitHub Desktop.
My .gitignore file for iOS, Android and Ruby on Rails development on OSX
# OSX Noise
.DS_Store
# TextMate
*.tmproj
tmtags
# XCode (and ancestors) per-user config (very noisy, and not relevant)
*.mode1
*.mode1v3
*.mode2v3
*.perspective
*.perspectivev3
*.pbxuser
# build products
build/
*.[oa]
# Other source repository archive directories (protects when importing)
.hg
.svn
# Vim
*.swp
# Thinking Sphinx
config/*.sphinx.conf
db/sphinx
# Rails 3
.bundle
db/*.sqlite3
log/*.log
tmp/**/*
public/system/*
# RubyMine
.idea/workspace.xml
.idea/tasks.xml
# Google Android
.metadata
tmp/**
*.tmp
*.bak
tmp/**/*
*.swp
*~.nib
*~
*.apk
bin
gen
local.properties
*.jar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment