tap-as-a-service/.gitignore
Takashi Kajinami 4fd17b7229 Generate plugin config file
Import the framework to generate sample config files using
oslo-config-generator so that we can easily maintain consistency
between code and the sample file.

Note that this effectively removes the override made in the previous
sample file.

Change-Id: I35352e26f28b0435c05956b0f99c75078d110cbc
2024-09-17 23:59:24 +09:00

62 lines
572 B
Plaintext

*.py[cod]
# C extensions
*.so
# Packages
*.egg
*.egg-info
dist
build
.eggs
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
.stestr
.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
# Generated config files
etc/*.sample