mirror of
https://github.com/ceph/ceph
synced 2025-01-13 22:44:50 +00:00
4f64f5f3ce
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
27 lines
360 B
Plaintext
27 lines
360 B
Plaintext
*~
|
|
.#*
|
|
## the next line needs to start with a backslash to avoid looking like
|
|
## a comment
|
|
\#*#
|
|
.*.swp
|
|
|
|
*.pyc
|
|
*.pyo
|
|
.tox
|
|
|
|
/*.egg-info
|
|
/virtualenv
|
|
/build
|
|
/*.yaml
|
|
docs/build
|
|
|
|
.ropeproject
|
|
.coverage
|
|
|
|
# autogenerated docs from sphinx-apidoc
|
|
docs/modules.rst
|
|
docs/teuthology.rst
|
|
docs/teuthology.task.rst
|
|
docs/teuthology.orchestra.rst
|
|
docs/teuthology.task.tests.rst
|