diff --git a/.gitignore b/.gitignore index a1a0640347..bcb9e8ccef 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,15 @@ src/s hs_err_pid* .DS_Store *.log + +# Eclipse +.classpath +.project +.settings/ + +# Intellij +*.iws + +# Maven +log/ +target/ \ No newline at end of file