aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore10
1 files changed, 9 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 37f2c431..d03f9a95 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,6 +26,12 @@ hs_err_pid*
.idea
*.iml
+# Eclipse IDE
+.project
+.classpath
+.settings
+bin
+
# Maven
target
target/
@@ -40,4 +46,6 @@ buildNumber.properties
.mvn/wrapper/maven-wrapper.jar
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
-hs_err_pid* \ No newline at end of file
+hs_err_pid*
+
+opt/ \ No newline at end of file