diff options
author | Ronen Friedman <rfriedma@redhat.com> | 2021-11-01 13:08:57 +0100 |
---|---|---|
committer | Ronen Friedman <rfriedma@redhat.com> | 2021-11-05 16:07:57 +0100 |
commit | 60842eb1a96fee96104c89ee801118bff823169b (patch) | |
tree | 2e1d547a89182866091a8f432210341755ccb55d /.gitignore | |
parent | osd/scrub: expose scrubbing schedule to operator (diff) | |
download | ceph-60842eb1a96fee96104c89ee801118bff823169b.tar.xz ceph-60842eb1a96fee96104c89ee801118bff823169b.zip |
osd/scrub: scrubbing schedule - minor related cleanups
Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 4c9ff3b26de..b01aef839be 100644 --- a/.gitignore +++ b/.gitignore @@ -82,3 +82,4 @@ GTAGS # Python building things where it shouldn't /src/python-common/build/ +.cache |