storlets/.gitignore
Takashi Kajinami d60176cc2f Get rid of SUID binary to restart docker containers
This patch removes a script with SUID flag,restart_docker_container,
which was used to restart docker containers and replaces it by
native python implementation. The aim of this replacmenet is to reduce
the security risk caused by SUID binaries, as well as to implement
more features and unit test coverages easily.

To allow swift user to manage docker conainers, now it is required
that swift user belong to docker group and have access to docker
unix domain socket.

Change-Id: I8103d4d826f5121e16f67f1ff49102ceecaf8a80
2021-08-19 09:17:07 +00:00

71 lines
715 B
Plaintext

*.py[cod]
# C extensions
*.o
*.so
# Packages
*.egg*
dist
build
.eggs
eggs
parts
var
sdist
develop-eggs
.installed.cfg
lib
lib64
# Ansible
*.retry
# Installer logs
pip-log.txt
# auto created for func test
test.conf
# auto created on build
src/java/dependencies/
src/java/SBus/org_openstack_storlet_sbus_SBusJNI.h
# Storlets build
*.class
*.jar
StorletSamples/java/*/bin
# functional tests
tests/functional/.ipynb_checkpoints/
# Unit test / coverage reports
.coverage
.tox
nosetests.xml
.stestr/
.venv
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
# Complexity
output/*.html
output/*/index.html
# Sphinx
doc/build
# pbr generates these
ChangeLog
# Editors
*~
.*.swp
.*sw?