diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index b0a2ca22f68..c5b172c3537 100644 --- a/.gitignore +++ b/.gitignore @@ -2,9 +2,10 @@ 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/jdbc-driver.jar 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 # javadoc docs.tar |