2014-05-18 14:34:51 +02:00
|
|
|
# Eclipse project files
|
2011-12-28 11:44:04 +01:00
|
|
|
.project
|
|
|
|
.classpath
|
|
|
|
.settings
|
2014-08-26 22:52:46 +02:00
|
|
|
bin/
|
2013-12-10 10:24:17 +01:00
|
|
|
|
2014-05-18 14:34:51 +02:00
|
|
|
# IntelliJ IDEA project files and directories
|
2011-12-28 11:44:04 +01:00
|
|
|
*.iml
|
|
|
|
*.ipr
|
|
|
|
*.iws
|
2012-01-16 09:01:00 +01:00
|
|
|
.idea/
|
2013-12-10 10:24:17 +01:00
|
|
|
|
2014-05-18 14:34:51 +02:00
|
|
|
# Geany project file
|
2011-12-28 11:44:04 +01:00
|
|
|
.geany
|
2013-12-10 10:24:17 +01:00
|
|
|
|
2014-05-18 14:34:51 +02:00
|
|
|
# KDevelop project file and directory
|
2013-12-10 10:24:17 +01:00
|
|
|
.kdev4/
|
|
|
|
*.kdev4
|
|
|
|
|
2014-05-18 14:34:51 +02:00
|
|
|
# Build targets
|
2012-01-11 12:16:14 +01:00
|
|
|
/target
|
2011-12-28 11:44:04 +01:00
|
|
|
*/target
|
2013-12-10 10:24:17 +01:00
|
|
|
|
2014-05-18 14:34:51 +02:00
|
|
|
# Report directories
|
2009-01-16 01:57:03 +01:00
|
|
|
/reports
|
2013-07-10 13:00:42 +02:00
|
|
|
*/reports
|
2013-12-10 10:24:17 +01:00
|
|
|
|
2014-05-18 14:34:51 +02:00
|
|
|
# Mac-specific directory that no other operating system needs.
|
|
|
|
.DS_Store
|
|
|
|
|
|
|
|
# JVM crash logs
|
|
|
|
hs_err_pid*.log
|
|
|
|
|