diff options
author | Stas Vilchik <vilchiks@gmail.com> | 2015-03-31 09:40:29 +0200 |
---|---|---|
committer | Stas Vilchik <vilchiks@gmail.com> | 2015-03-31 09:40:29 +0200 |
commit | cc1dc7a9067f9c39cbc829d1fe35b95bd1c37224 (patch) | |
tree | 8d4be4b1a9fc549c7abc585e6de91300fad4bc12 /server/sonar-web/.gitignore | |
parent | c2b4b3efe786cd961ce726f9f520278d79867448 (diff) | |
download | sonarqube-cc1dc7a9067f9c39cbc829d1fe35b95bd1c37224.tar.gz sonarqube-cc1dc7a9067f9c39cbc829d1fe35b95bd1c37224.zip |
ignore screenshots from tests
Diffstat (limited to 'server/sonar-web/.gitignore')
-rw-r--r-- | server/sonar-web/.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/server/sonar-web/.gitignore b/server/sonar-web/.gitignore index 88be9357e05..6b1e3f49faf 100644 --- a/server/sonar-web/.gitignore +++ b/server/sonar-web/.gitignore @@ -10,3 +10,6 @@ src/main/webapp/js/ src/main/webapp/css/ src/main/webapp/WEB-INF/lib/*.jar !src/main/webapp/WEB-INF/lib/eastwood-1.1.0.jar + +# tests +src/test/json/*.png |