python-mistralclient/.gitignore
Nikolay Mahotkin 52cc56e284 Fixing launching mistralclient tests
* Fixed mistral cli path: it provides via venv
   like in other OpenStack projects
 * Added credentials config file like in other projects
 * Modified .gitignore

Depends-On: I07aabeace56d3cf336f10085179cd4aa8e0102c3

Change-Id: I742e8124fb8a74e1cca4abb8ddf25950b7b2b2c9
2015-07-11 14:11:10 +03:00

44 lines
421 B
Plaintext

*.py[cod]
*.sqlite
# C extensions
*.so
# Packages
*.egg
*.egg-info
dist
build
.venv
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.tox
nosetests.xml
functional_creds.conf
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
.idea
.DS_Store
etc/mistral.conf
tools/lintstack.head.py
tools/pylint_exceptions