config/sysinv/sysinv/sysinv/.gitignore
Al Bailey 1a30700bb8 Update sysinv to not invoke ceph during unit testing
- reduces invocations of ceph during sysinv unit tests
 - Potentially eliminate timeouts related to ceph invocation
 - convert testrepository to stestr (current openstack test framework)
 - reduces printing to stdout of REST operations

Story:2002803
Task: 26852
Change-Id: I4236352498d2ea4f6fb9f4521355695fd0140a26
Signed-off-by: Al Bailey <Al.Bailey@windriver.com>
2018-10-02 13:19:43 -05:00

36 lines
292 B
Plaintext

# Compiled files
*.py[co]
*.a
*.o
*.so
# Sphinx
_build
doc/source/api/
# Packages/installer info
*.egg
*.egg-info
dist
build
eggs
parts
var
sdist
develop-eggs
.installed.cfg
# Other
*.DS_Store
.stestr
.testrepository
.tox
.venv
.*.swp
.coverage
bandit.xml
cover
AUTHORS
ChangeLog
*.sqlite