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 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
View File

@ -2,4 +2,3 @@
.*.sw[nmop] .*.sw[nmop]
*.pyc *.pyc
.tox .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 .tox
coverage.xml coverage.xml
junit*xml junit*xml
__pycache__
.cache .cache
ceph.conf ceph.conf
wheelhouse* wheelhouse*

View File

@ -0,0 +1 @@
wheelhouse*