dragonflow/.gitignore
Gal Sagie bf4d76ef04 Dragonflow Plugin and etcd implementation
This patch introduce dragonflow own neutron plugin code
including changes needed for devstack plugin to install it
and a nb-api implementation of etcd used by the plugin and by
the controller

Change-Id: Ia893b4614bf2c356c5a2ae6d56f7975ca6591f91
2015-08-10 16:41:39 +03:00

56 lines
468 B
Plaintext

*.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
.tox
nosetests.xml
.testrepository
.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