c7577d579a
This patch removes directory .tobiko-evn which was added by accident to the git repo in the past. It also updates .gitignore file to ignore this location in the future. Change-Id: Iae07065cbc763d8babd5163ff5ff75d442726d0a
41 lines
446 B
Plaintext
41 lines
446 B
Plaintext
*.sw?
|
|
*.egg
|
|
*.egg-info
|
|
*.pyc
|
|
*.log
|
|
|
|
# Hidden files
|
|
.coverage
|
|
.coverage.*
|
|
.eggs
|
|
.stestr
|
|
.test
|
|
.testrepository
|
|
.tobiko-env
|
|
.tox
|
|
.vagrant
|
|
.venv
|
|
|
|
__pycache__
|
|
AUTHORS
|
|
build/*
|
|
ChangeLog
|
|
cover/
|
|
doc/build/*
|
|
dist/
|
|
etc/*.sample
|
|
last.subunit
|
|
tobiko_results.html
|
|
zuul/versioninfo
|
|
|
|
# Files created by releasenotes build
|
|
releasenotes/build
|
|
|
|
# Docs related files
|
|
doc/source/_static/config-samples/*.sample
|
|
|
|
Pipfile.lock
|
|
|
|
# Tobiko configuration file
|
|
tobiko.conf
|