From 3866fca8340f4ecc4689ff9dae5f42b50bb09827 Mon Sep 17 00:00:00 2001 From: Volker Theile Date: Fri, 9 Aug 2019 09:54:23 +0200 Subject: [PATCH] Improve .gitignore Ignore some Python related caching dirs. Signed-off-by: Volker Theile --- .gitignore | 4 +++- src/pybind/mgr/ansible/.gitignore | 1 - src/pybind/mgr/dashboard/.gitignore | 1 - src/pybind/mgr/orchestrator_cli/.gitignore | 1 - 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 02c7dd8fe3eda..a04d59a632edc 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 43a2d269d0a46..e69de29bb2d1d 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 0e6f614929d5c..d457a7db3933d 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 43a2d269d0a46..e69de29bb2d1d 100644 --- a/src/pybind/mgr/orchestrator_cli/.gitignore +++ b/src/pybind/mgr/orchestrator_cli/.gitignore @@ -1 +0,0 @@ -wheelhouse*