dragonflow/.gitignore
Omer Anson e79576cc9f Add .stestr to .gitignore
With the move to stestr from testrepository, the name
of the folder is changed.

TrivialFix

Change-Id: Iea6be8f161f0c4dd2c27cc6729ccf6d25669447a
2017-10-20 13:26:39 +03:00

69 lines
614 B
Plaintext

*.py[cod]
# C extensions
*.so
# Packages
*.egg
*.eggs
*.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
.stestr
.venv
# 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
.*sw?
.idea
# Vagrant
.vagrant
# etcd Configuration
/devstack/etcd.override
# Configurations
etc/*.sample
# Releasenotes
releasenotes/build