python-zunclient/.gitignore
AleptNmarata 6b5ef0dab2 Add OSC commands functional test
This patch adds the basic files and only one test now.
Consecutive patches will add more test cases.

Change-Id: Iebc28e9781357c11a664c6b0d203a4c20a63a6ca
2017-02-16 09:53:45 +00:00

61 lines
550 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
cover
nosetests.xml
.testrepository
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
.idea
# Complexity
output/*.html
output/*/index.html
# Sphinx
doc/build
# pbr generates these
AUTHORS
ChangeLog
# Editors
*~
.*.swp
*.DS_Store
# Files created by releasenotes build
releasenotes/build
# Others
test.conf