diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2011-01-17 16:56:47 +0100 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2011-01-17 16:56:47 +0100 |
commit | fb4e3ae04d24909ec0f93f06d1f5789699525f65 (patch) | |
tree | 751b909c60d3a6f9797fda1159c05ce66d7d85c6 /tests | |
parent | 86c3f549629c78d3812db42cacd7bd3278ff17ef (diff) | |
download | sonarqube-fb4e3ae04d24909ec0f93f06d1f5789699525f65.tar.gz sonarqube-fb4e3ae04d24909ec0f93f06d1f5789699525f65.zip |
add .gitignore to exclude temp directories of integration tests
Diffstat (limited to 'tests')
-rw-r--r-- | tests/integration/tests/custom-projects/.gitignore | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/integration/tests/custom-projects/.gitignore b/tests/integration/tests/custom-projects/.gitignore new file mode 100644 index 00000000000..d3a4bc7c1de --- /dev/null +++ b/tests/integration/tests/custom-projects/.gitignore @@ -0,0 +1,10 @@ +ant-dynamic-clover/.clover/ +ant-dynamic-clover/build/ +ant-dynamic-cobertura/build/ +ant-dynamic-cobertura/cobertura.ser +ant-dynamic-cobertura/reports/ +ant-dynamic-junit/build/ +ant-dynamic-junit/reports/ +ant-static/build/ +deprecated-sonar-light/build/ +struts-1.3.9/ |