aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore11
1 files changed, 10 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index e2d97b841c2..3e5f4709877 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,9 +1,18 @@
sonar-server/src/main/webapp/stylesheets/sonar-colorizer.css
+
+# Maven
target/
+
+# IntelliJ IDEA
*.iws
*.iml
*.ipr
+# Eclipse
+.classpath
+.project
+.settings
+
# ---- Mac OS X
.DS_Store?
Icon?
@@ -17,4 +26,4 @@ Icon?
# Windows image file caches
Thumbs.db
# Folder config file
-Desktop.ini \ No newline at end of file
+Desktop.ini