ironic-inspector/.gitignore
Takashi Kajinami 3d99d4753f Ignore generated config/policy file
These files should be generated by tools and should not be added to
the repository.

Change-Id: Iecce1495b98251a90bd2d4444f9d8a9d05c545f0
2024-02-02 23:22:20 +09:00

49 lines
457 B
Plaintext

# Compiled files
*.py[co]
*.a
*.o
*.so
# Sphinx
_build
doc/source/contributor/api/
doc/source/_static/*.sample
# release notes build
releasenotes/build
# generated config files
example.conf
policy.yaml.sample
# Packages/installer info
*.egg
*.egg-info
dist
build
eggs
parts
var
sdist
develop-eggs
.installed.cfg
.eggs/
# Other
*.DS_Store
.idea
.stestr
.testrepository
.tox
.venv
.*.swp
.coverage
cover
AUTHORS
ChangeLog
*.sqlite
*~
# Vagrant
.vagrant