summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorDavid Rautureau <david.rautureau@sonarsource.com>2018-03-12 08:44:02 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2018-03-12 09:21:08 +0100
commitf81bf3c5f5caf93173c53499c13a7e54b60b28f9 (patch)
treebe273a0e05cd7022f65c91d280a32cb05b94445a /.gitignore
parent6e548f76fc2a4dc6ac4caa27361f0746880c4f1c (diff)
downloadsonarqube-f81bf3c5f5caf93173c53499c13a7e54b60b28f9.tar.gz
sonarqube-f81bf3c5f5caf93173c53499c13a7e54b60b28f9.zip
Complete .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 4 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 80ca88f2fc1..fc321b25658 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,15 +10,17 @@ server/sonar-web/src/main/webapp/deploy/jdbc-driver.txt
# ---- Gradle
build/
.gradle/
+out/
-# ---- Javadoc
-docs.tar
+# ---- Maven (in integration tests)
+target/
# ---- IntelliJ IDEA
*.iws
*.iml
*.ipr
.idea/
+out/
# ---- Eclipse
.classpath