python-ironicclient/.gitignore
Iury Gregory Melo Ferreira f51566545e Drop python 2.7 support and testing
OpenStack is dropping the py2.7 support in ussuri cycle.

python-ironicclient is ready with python 3 and ok to drop the
python 2.7 support.

Complete discussion & schedule can be found in
- http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html
- https://etherpad.openstack.org/p/drop-python2-support

Ussuri Communtiy-wide goal - https://review.opendev.org/#/c/691178/

Change-Id: Iacc50fde00f0d24e9c6ee2b1ac61b8fa060094fb
2019-11-22 11:08:56 +01:00

40 lines
333 B
Plaintext

# Compiled files
*.py[co]
*.a
*.o
*.so
# Sphinx
_build
doc/source/reference/api/
# Release notes
releasenotes/build
# Packages/installer info
*.egg
*.egg-info
dist
build
.eggs
eggs
parts
var
sdist
develop-eggs
.installed.cfg
# Other
*.DS_Store
.stestr
.tox
.idea
.venv
.*.swp
.coverage
cover
AUTHORS
ChangeLog
*.sqlite
test.conf