33b031c953
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
46 lines
945 B
Plaintext
46 lines
945 B
Plaintext
*.egg*
|
|
*.mo
|
|
*.pot
|
|
*.pyc
|
|
*.sw?
|
|
*.sqlite3
|
|
*.lock
|
|
.environment_version
|
|
.selenium_log
|
|
.coverage*
|
|
.DS_STORE
|
|
.DS_Store
|
|
/cover
|
|
/coverage/
|
|
coverage.xml
|
|
coverage-karma
|
|
pep8.txt
|
|
pylint.txt
|
|
# Files created by releasenotes build
|
|
RELEASENOTES.rst
|
|
releasenotes/build
|
|
releasenotes/notes/reno.cache
|
|
|
|
openstack_dashboard/local/*
|
|
!openstack_dashboard/local/local_settings.py.example
|
|
!openstack_dashboard/local/enabled/_50__settings.py.example
|
|
!openstack_dashboard/local/local_settings.d
|
|
openstack_dashboard/local/local_settings.d/*
|
|
!openstack_dashboard/local/local_settings.d/*.example
|
|
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/horizon_wsgi.py
|
|
doc/build/
|
|
/static/
|
|
.tox
|
|
node_modules
|
|
build
|
|
dist
|
|
AUTHORS
|
|
ChangeLog
|
|
geckodriver.log
|
|
package-lock.json
|
|
test_reports/*
|