From: Volker Theile Date: Fri, 9 Aug 2019 07:54:23 +0000 (+0200) Subject: Improve .gitignore X-Git-Tag: v15.1.0~1881^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F29568%2Fhead;p=ceph.git Improve .gitignore Ignore some Python related caching dirs. Signed-off-by: Volker Theile --- diff --git a/.gitignore b/.gitignore index 02c7dd8fe3ed..a04d59a632ed 100644 --- a/.gitignore +++ b/.gitignore @@ -24,7 +24,9 @@ cscope.* gmon.out py-compile tags -__pycache__ +__pycache__/ +wheelhouse/ +.pytest_cache/ # Files generated by crashed programs vgcore.* diff --git a/src/pybind/mgr/ansible/.gitignore b/src/pybind/mgr/ansible/.gitignore index 43a2d269d0a4..e69de29bb2d1 100644 --- a/src/pybind/mgr/ansible/.gitignore +++ b/src/pybind/mgr/ansible/.gitignore @@ -1 +0,0 @@ -wheelhouse* diff --git a/src/pybind/mgr/dashboard/.gitignore b/src/pybind/mgr/dashboard/.gitignore index 0e6f614929d5..d457a7db3933 100644 --- a/src/pybind/mgr/dashboard/.gitignore +++ b/src/pybind/mgr/dashboard/.gitignore @@ -5,7 +5,6 @@ coverage.xml junit*xml .cache ceph.conf -wheelhouse* # IDE .vscode diff --git a/src/pybind/mgr/orchestrator_cli/.gitignore b/src/pybind/mgr/orchestrator_cli/.gitignore index 43a2d269d0a4..e69de29bb2d1 100644 --- a/src/pybind/mgr/orchestrator_cli/.gitignore +++ b/src/pybind/mgr/orchestrator_cli/.gitignore @@ -1 +0,0 @@ -wheelhouse*