mirror of
https://github.com/ceph/ceph
synced 2025-03-21 17:57:38 +00:00
mgr: Ignore __pycache__ and wheelhouse dirs
Signed-off-by: Volker Theile <vtheile@suse.com>
This commit is contained in:
parent
667cbf1c57
commit
c9a108509b
1
.gitignore
vendored
1
.gitignore
vendored
@ -24,6 +24,7 @@ cscope.*
|
||||
gmon.out
|
||||
py-compile
|
||||
tags
|
||||
__pycache__
|
||||
|
||||
# Files generated by crashed programs
|
||||
vgcore.*
|
||||
|
1
qa/.gitignore
vendored
1
qa/.gitignore
vendored
@ -2,4 +2,3 @@
|
||||
.*.sw[nmop]
|
||||
*.pyc
|
||||
.tox
|
||||
__pycache__
|
||||
|
1
src/pybind/.gitignore
vendored
1
src/pybind/.gitignore
vendored
@ -1 +0,0 @@
|
||||
/__pycache__
|
1
src/pybind/mgr/ansible/.gitignore
vendored
Normal file
1
src/pybind/mgr/ansible/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
wheelhouse*
|
1
src/pybind/mgr/dashboard/.gitignore
vendored
1
src/pybind/mgr/dashboard/.gitignore
vendored
@ -3,7 +3,6 @@ htmlcov
|
||||
.tox
|
||||
coverage.xml
|
||||
junit*xml
|
||||
__pycache__
|
||||
.cache
|
||||
ceph.conf
|
||||
wheelhouse*
|
||||
|
1
src/pybind/mgr/orchestrator_cli/.gitignore
vendored
Normal file
1
src/pybind/mgr/orchestrator_cli/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
wheelhouse*
|
Loading…
Reference in New Issue
Block a user