Skip to content

Instantly share code, notes, and snippets.

@outdooricon
Created May 3, 2011 13:03
Show Gist options
  • Save outdooricon/953288 to your computer and use it in GitHub Desktop.
Save outdooricon/953288 to your computer and use it in GitHub Desktop.
global gitignore for windows eclipse environment
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
# Logs and databases #
######################
*.log
*.sql
*.sqlite
# OS generated files #
######################
.DS_Store?
ehthumbs.db
Icon?
Thumbs.db
Desktop.ini
# Eclipse #
###########
*.pydevproject
#.project
.metadata
bin/**
tmp/**
tmp/**/*
*.tmp
*.bak
*.swp
*~.nib
local.properties
#.classpath
.settings/
.loadpath
# CDT-specific #
################
.cproject
@outdooricon
Copy link
Author

Commented out .classpath and .project from the eclipse section, as it appears they are now made to be used across dev teams

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment