aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore21
1 files changed, 21 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 2b38ac8601..14906f3e95 100644
--- a/.gitignore
+++ b/.gitignore
@@ -50,3 +50,24 @@ $RECYCLE.BIN/
# Windows shortcuts
*.lnk
+
+# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
+hs_err_pid*
+
+### Intellij IDEA ###
+
+*.iml
+*.ipr
+*.iws
+
+.idea/
+.idea_modules/
+
+
+#Folders
+
+eclipse/
+gradle/
+.gradle/
+
+*.log \ No newline at end of file