From 33b031c953bb56c6db0d11a273642a467750894a Mon Sep 17 00:00:00 2001 From: manchandavishal Date: Fri, 4 Dec 2020 05:44:35 +0000 Subject: [PATCH] =?UTF-8?q?[cleanup]=20Remove=20unused=20file=20refernce?= =?UTF-8?q?=C2=A0from=20.gitignore=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This patch removes references of old files from the .gitignore file which are no longer used and also update ghostdriver.log-> geckodriver.log. Change-Id: I32852b8c14254f7c06425c3098e4f7a5b3b7312b --- .gitignore | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index b15111ab7a..7c5cf1a2a5 100644 --- a/.gitignore +++ b/.gitignore @@ -31,20 +31,15 @@ openstack_dashboard/test/.secret_key_store openstack_dashboard/test/integration_tests/horizon.conf.sample openstack_dashboard/test/integration_tests/local-horizon.conf openstack_dashboard/test/integration_tests/test_reports/ -openstack_dashboard/wsgi/horizon.wsgi openstack_dashboard/horizon_wsgi.py doc/build/ /static/ -integration_tests_screenshots/ .tox node_modules -npm-debug.log build dist AUTHORS ChangeLog -tags -ghostdriver.log -.idea +geckodriver.log package-lock.json test_reports/*