sushy-tools/.gitignore
Lucas Alvares Gomes a89580a9ff Initial Commit
This initial commit contains two tools:

* sushy-static: This command creates a HTTP server to serve any of the
  Redfish mockups. The files are static so operations like changing the
  boot device or the power state will not have any effect.

* sushy-emulator: This command starts a ReST API that users can use to
  interact with virtual machines using the Redfish protocol. So operations
  such as changing the boot device or the power state will actually affect
  the virtual machines. This allows users to test the library in a more
  dynamic way.

Change-Id: I8d844d94e435180a6c99a5ad4b7c95a8e4cc6bfb
2017-04-06 17:05:16 +01:00

58 lines
540 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