From fb4e3ae04d24909ec0f93f06d1f5789699525f65 Mon Sep 17 00:00:00 2001 From: simonbrandhof Date: Mon, 17 Jan 2011 16:56:47 +0100 Subject: [PATCH] add .gitignore to exclude temp directories of integration tests --- tests/integration/tests/custom-projects/.gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tests/integration/tests/custom-projects/.gitignore 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/ -- 2.39.5