python-mistralclient/.gitignore
Sharat Sharma 5b02531b13 Update the gitingore
Updating the gitingore files for *.swp, egg and coverage files.

Change-Id: I5349a2c16e5f286a9131a4d9bd356f837d8a8680
2017-03-22 02:43:12 +05:30

54 lines
516 B
Plaintext

*.py[cod]
*.sqlite
# C extensions
*.so
# Packages
*.egg*
dist
build
.venv
.eggs
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
cover/*
.tox
nosetests.xml
functional_creds.conf
AUTHORS
ChangeLog
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
.idea
.DS_Store
etc/mistral.conf
#swap file
*.swp
# Files created by releasenotes build
releasenotes/build
# Files created by doc build
doc/source/api