eaf1c4fd3a
These files should be generated by tools and should not be added to the repository. Change-Id: I5f262d9c0761d1c7a18675b6da36bd388e446c97
49 lines
461 B
Plaintext
49 lines
461 B
Plaintext
# Compiled files
|
|
*.py[co]
|
|
*.a
|
|
*.o
|
|
*.so
|
|
|
|
# Sphinx
|
|
_build
|
|
doc/source/contributor/api/
|
|
_static
|
|
|
|
# release notes build
|
|
releasenotes/build
|
|
|
|
# sample config files
|
|
etc/ironic/ironic.conf.sample
|
|
etc/ironic/policy.yaml.sample
|
|
|
|
# Packages/installer info
|
|
*.egg
|
|
*.egg-info
|
|
dist
|
|
build
|
|
eggs
|
|
.eggs
|
|
parts
|
|
var
|
|
sdist
|
|
develop-eggs
|
|
.installed.cfg
|
|
|
|
# Other
|
|
*.DS_Store
|
|
.idea
|
|
.testrepository
|
|
.stestr
|
|
.tox
|
|
.venv
|
|
.*.swp
|
|
.coverage
|
|
cover
|
|
AUTHORS
|
|
ChangeLog
|
|
*.sqlite
|
|
*~
|
|
|
|
# Vagrant
|
|
.vagrant
|