aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore12
1 files changed, 11 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index f56704bd..691c9f04 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,8 +1,15 @@
+# Compiled class file
*.class
# Mobile Tools for Java (J2ME)
.mtj.tmp/
+# Log file
+*.log
+
+# BlueJ files
+*.ctxt
+
# Package Files #
*.jar
*.war
@@ -15,4 +22,7 @@ hs_err_pid*
.idea
*.iml
-target \ No newline at end of file
+target
+
+# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
+hs_err_pid* \ No newline at end of file