6a6d813bb3
We don't use the tools/lintstack.py script anymore since its removal in [1], so cleanup the unused tox environment and the gitignore corresponding files. TrivialFix [1] https://review.openstack.org/#/c/609791/ Change-Id: Id2d40c1f9f1ce71a22ba9836b90c3e917171a556
48 lines
582 B
Plaintext
48 lines
582 B
Plaintext
*.DS_Store
|
|
*.orig
|
|
*.log
|
|
*.mo
|
|
*.pyc
|
|
*.sqlite
|
|
# Linux swap files range from .saa to .swp
|
|
*.s[a-w][a-p]
|
|
.manila-venv
|
|
.coverage
|
|
.stestr/*
|
|
.tox
|
|
.venv
|
|
.idea
|
|
*.egg*
|
|
AUTHORS
|
|
Authors
|
|
build/*
|
|
build-stamp
|
|
CA/
|
|
ChangeLog
|
|
cover/*
|
|
covhtml
|
|
dist/*
|
|
etc/manila/manila.conf.sample
|
|
instances
|
|
keeper
|
|
keys
|
|
local_settings.py
|
|
subunit.log
|
|
tools/conf/manila.conf*
|
|
tags
|
|
# Files created by Sphinx build
|
|
doc/build
|
|
doc/source/_static
|
|
.autogenerated
|
|
api-ref/build
|
|
|
|
# Files created by releasenotes build
|
|
releasenotes/build
|
|
|
|
# Development environment files
|
|
.project
|
|
.pydevproject
|
|
|
|
# Lock dirs and files
|
|
manila_locks
|