Skip to content

Instantly share code, notes, and snippets.

@nedmas
Created November 10, 2011 16:18
Show Gist options
  • Save nedmas/1355267 to your computer and use it in GitHub Desktop.
Save nedmas/1355267 to your computer and use it in GitHub Desktop.
Git Global Ignore List
.DS_Store
# Thumbnails
._*
# Files that might appear on external disk
.Spotlight-V100
.Trashes
# It's better to unpack these files and commit the raw source because
# git has its own built in compression methods.
*.7z
*.jar
*.rar
*.zip
*.gz
*.bzip
*.xz
*.lzma
#packing-only formats
*.iso
*.tar
#package management formats
*.dmg
*.xpi
*.gem
*.egg
*.deb
*.rpm
*.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
*.esproj
nbproject/private/
build/
nbbuild/
dist/
nbdist/
nbactions.xml
nb-configuration.xml
.idea
.*.sw[a-z]
*.un~
Session.vim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment