aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2014-07-10 14:53:00 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2014-07-10 14:53:00 +0200
commite9bbd1e5723097b90c90fab10f0f4aa6818dd9bb (patch)
tree5012525f6292f4d1c5e5c4c680e2d5f227e470bb /.gitignore
parent90ab387cdeda985e987d1eac3764896049e94011 (diff)
downloadsonarqube-e9bbd1e5723097b90c90fab10f0f4aa6818dd9bb.tar.gz
sonarqube-e9bbd1e5723097b90c90fab10f0f4aa6818dd9bb.zip
Complete .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore18
1 files changed, 10 insertions, 8 deletions
diff --git a/.gitignore b/.gitignore
index f2948f10e37..22ebc7028c3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,18 +1,20 @@
# The following should be moved in related sub-directories
-sonar-server/src/main/webapp/stylesheets/sonar-colorizer.css
-sonar-server/src/main/webapp/deploy/gwt
-sonar-server/src/main/webapp/deploy/plugins
-sonar-server/src/main/webapp/deploy/bootstrap
-sonar-server/src/main/webapp/deploy/maven/org
-sonar-server/src/main/webapp/WEB-INF/log/
-sonar-server/src/main/webapp/deploy/*.jar
-sonar-server/src/main/webapp/deploy/jdbc-driver.txt
+server/sonar-server/src/main/webapp/stylesheets/sonar-colorizer.css
+server/sonar-server/src/main/webapp/deploy/gwt
+server/sonar-server/src/main/webapp/deploy/plugins
+server/sonar-server/src/main/webapp/deploy/bootstrap
+server/sonar-server/src/main/webapp/deploy/maven/org
+server/sonar-server/src/main/webapp/WEB-INF/log/
+server/sonar-server/src/main/webapp/deploy/*.jar
+server/sonar-server/src/main/webapp/deploy/jdbc-driver.txt
+
# ---- Javadoc
docs.tar
# ---- Maven
target/
+dependency-reduced-pom.xml
# ---- IntelliJ IDEA
*.iws