315f94bdc9
Rest API Enhancements: 1. Add the public folder for holding static files (HTML+JS); 2. Add support for dumping logs with offset; 3. Add support for dumping the final report; Others: 1. Fix the issue for not dumping complete console logs; 2. Remove .html from the gitignore list Change-Id: I8a4c0b35c35a818b67d445bcb913d1abfc683301
63 lines
557 B
Plaintext
63 lines
557 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
|
|
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?
|
|
*cscope*
|
|
.ropeproject/
|
|
|
|
# KloudBuster
|
|
kb*.log
|
|
*.json
|
|
*.qcow2
|
|
scale/dib/kloudbuster.d/
|
|
.vagrant/
|