mirror of
https://github.com/ceph/ceph
synced 2025-03-23 10:48:12 +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
|
gmon.out
|
||||||
py-compile
|
py-compile
|
||||||
tags
|
tags
|
||||||
|
__pycache__
|
||||||
|
|
||||||
# Files generated by crashed programs
|
# Files generated by crashed programs
|
||||||
vgcore.*
|
vgcore.*
|
||||||
|
1
qa/.gitignore
vendored
1
qa/.gitignore
vendored
@ -2,4 +2,3 @@
|
|||||||
.*.sw[nmop]
|
.*.sw[nmop]
|
||||||
*.pyc
|
*.pyc
|
||||||
.tox
|
.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
|
.tox
|
||||||
coverage.xml
|
coverage.xml
|
||||||
junit*xml
|
junit*xml
|
||||||
__pycache__
|
|
||||||
.cache
|
.cache
|
||||||
ceph.conf
|
ceph.conf
|
||||||
wheelhouse*
|
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