gluon/.gitignore
Thomas Hambleton 6d6d3f8152 Initial Gluon Code
This commit contains the first semi-working version of the code to use 
the ML2 plugin wrapper class (GluonPlugin).

Previous repositories contained a standalone Gluon service. This has 
been deprecated and its functionality is now in the GluonPlugin class.

Implements: blueprint gluon-ml2-plugin

Change-Id: I7a5c68332c302413f3e8be71763a37e861df2460
Co-Authored-By: Ian Wells <iawells@cisco.com>
Co-Authored-By: Thomas Hambleton <Thomas.Hambleton@nokia.com>
Co-Authored-By: Nikolas Hermanns <nikolas.hermanns@ericsson.com>
2016-09-21 19:48:56 +00:00

63 lines
586 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
cover/
.coverage*
!.coveragerc
.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?
# Files created by releasenotes build
releasenotes/build
.idea
gluon/gluon.sqlite
gluon/clean.sqlite