Remove all dot files with project removal

See I78a16ad052072feba7670aaea144216875ddc0d1 for prior removal.

Change-Id: I11cd4876cd8470f04f069bb0ecd3aa8c3f1737cf
This commit is contained in:
Ronald Bradford 2016-05-03 12:48:08 -04:00
parent 94987eaec7
commit b5c7d3ab8f
6 changed files with 2 additions and 74 deletions

View File

@ -1,7 +0,0 @@
[run]
branch = True
source = kite
omit = kite/tests/*,kite/openstack/*
[report]
ignore_errors = True

52
.gitignore vendored
View File

@ -1,52 +0,0 @@
*.py[cod]
kite/tests/tmp/*
# C extensions
*.so
# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.tox
nosetests.xml
.testrepository
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
# Complexity
output/*.html
output/*/index.html
# Sphinx
doc/build
# pbr generates these
AUTHORS
ChangeLog
# Editors
*~
.*.swp

View File

@ -1,4 +0,0 @@
[gerrit]
host=review.openstack.org
port=29418
project=openstack/kite.git

View File

@ -1,3 +0,0 @@
# Format is:
# <preferred e-mail> <other e-mail 1>
# <preferred e-mail> <other e-mail 2>

View File

@ -1,7 +0,0 @@
[DEFAULT]
test_command=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} \
${PYTHON:-python} -m subunit.run discover -t ./ . $LISTOPT $IDOPTION
test_id_option=--load-list $IDFILE
test_list_option=--list

View File

@ -3,6 +3,7 @@ This project is no longer maintained.
The contents of this repository are still available in the Git
source code management system. To see the contents of this
repository before it reached its end of life, please check out the
previous commit with "git checkout HEAD^1".
following commit with
"git checkout 4e21fba46928f5e6e0dea7ca52e3c23826937640"
http://lists.openstack.org/pipermail/openstack-dev/2016-March/090409.html