gitignore file for Eclipse Projects
Category : Supporting Scripts
This is an example of a .gitignore file for an Eclipse project to ensure temporary files, build files and project settings are not added to repository commits.
See .gitignore for more info.
# Java related
target/**
*.jar
*.war
*.ear
*.class
# eclipse specific
*.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