Remove all dot files with project removal

See I0461da5039e2357f19a86de3922b86dfabb79b05 for prior removal

Change-Id: I0acd37206f077b8781f950adc908f31873992088
This commit is contained in:
Ronald Bradford 2016-05-03 12:53:11 -04:00
parent 1b34b559bb
commit bd54d40cfb
6 changed files with 2 additions and 74 deletions

View File

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

52
.gitignore vendored
View File

@ -1,52 +0,0 @@
*.py[cod]
# 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
cover
.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/python-kiteclient.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 dee7b5b07d8837f08990ce06119f7c5c3b93b7d7"
http://lists.openstack.org/pipermail/openstack-dev/2016-March/090409.html