# Eclipse settings
.project
**/.project
.classpath
**/.classpath
.settings
**/.settings
bin
**/bin

# Eclipse Plug-In Settings
.pmd

# Maven generated stuff
target/
*/target/
pom.xml.versionsBackup

# GEdit generated stuff
*.*~

# IntelliJ files
.idea/
*.iml
*.ipr
*.iws

# Mac nonsense
.DS_Store

# NetBean files
**/nb-configuration.xml
**/nbactions*.xml
