mgr: Ignore __pycache__ and wheelhouse dirs

Signed-off-by: Volker Theile <vtheile@suse.com>
This commit is contained in:
Volker Theile 2019-02-18 11:47:39 +01:00
parent 667cbf1c57
commit c9a108509b
6 changed files with 3 additions and 3 deletions

1
.gitignore vendored
View File

@ -24,6 +24,7 @@ cscope.*
gmon.out
py-compile
tags
__pycache__
# Files generated by crashed programs
vgcore.*

1
qa/.gitignore vendored
View File

@ -2,4 +2,3 @@
.*.sw[nmop]
*.pyc
.tox
__pycache__

View File

@ -1 +0,0 @@
/__pycache__

1
src/pybind/mgr/ansible/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
wheelhouse*

View File

@ -3,7 +3,6 @@ htmlcov
.tox
coverage.xml
junit*xml
__pycache__
.cache
ceph.conf
wheelhouse*

View File

@ -0,0 +1 @@
wheelhouse*