Skip to content

Instantly share code, notes, and snippets.

@JosephKu
Created September 7, 2011 03:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JosephKu/1199685 to your computer and use it in GitHub Desktop.
Save JosephKu/1199685 to your computer and use it in GitHub Desktop.
Global .gitignore file
#########
# Linux #
#########
.*
!.gitignore
*~
# KDE
.directory
############
# Mac OS X #
############
.DS_Store
# Thumbnails
._*
# Files that might appear on external disk
.Spotlight-V100
.Trashes
#######
# Vim #
#######
.*.sw[a-z]
*.un~
Session.vim
############
# Textmate #
############
*.tmproj
*.tmproject
tmtags
###########
# Eclipse #
###########
*.pydevproject
.project
.metadata
bin/**
tmp/**
tmp/**/*
*.tmp
*.bak
*.swp
*~.nib
local.properties
.classpath
.settings/
.loadpath
# External tool builders
.externalToolBuilders/
# Locally stored "Eclipse launch configurations"
*.launch
# CDT-specific
.cproject
# PDT-specific
.buildpath
##############
# Subversion #
##############
.svn/
#########
# Tags #
#########
# Ignore tags created by etags and ctags
TAGS
tags
########
# RVM #
########
.rvmrc
########
# Pow #
########
.powrc
.powenv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment