congress/.gitignore
Aaron Rosen 0873e56da5 Add devstack integration files
This patch introduces integration files that we need in order to
use devstack to configure congress automatically for us. This is
an important step as we need this automation to integrate CI testing.

This patch also changes the .gitignore file as by default the path
in here is match globally in the project thus lib in .gitignore was
preventing me from adding the contrib/devstack/lib/congress file.

closes-bug: 1343545
Change-Id: I03613270cd1c8b5910499e74398a39a5167bae69
2014-08-01 20:49:30 +00:00

61 lines
597 B
Plaintext

# Congress build/runtime artifacts
Congress.tokens
/congress/policy/CongressLexer.py
/congress/policy/CongressParser.py
subunit.log
*.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
# 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
*.swo
*.swn