From 034f1818b678000f1747a07d3190f4dc647fed27 Mon Sep 17 00:00:00 2001 From: "jing.liuqing" Date: Thu, 28 Jul 2016 16:56:31 +0800 Subject: [PATCH] Ignore the test_report of integration test in .gitignore Change-Id: I751838f745bb0f91b42ea53eff31f9e0fcf79d76 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index baf24670ec..c8caea8eb6 100644 --- a/.gitignore +++ b/.gitignore @@ -26,6 +26,7 @@ openstack_dashboard/local/local_settings.d/* !openstack_dashboard/local/local_settings.d/*.example openstack_dashboard/test/.secret_key_store openstack_dashboard/test/integration_tests/local-horizon.conf +openstack_dashboard/test/integration_tests/test_reports/ openstack_dashboard/wsgi/horizon.wsgi doc/build/ doc/source/sourcecode