]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Improve .gitignore 29568/head
authorVolker Theile <vtheile@suse.com>
Fri, 9 Aug 2019 07:54:23 +0000 (09:54 +0200)
committerVolker Theile <vtheile@suse.com>
Thu, 15 Aug 2019 11:16:46 +0000 (13:16 +0200)
Ignore some Python related caching dirs.

Signed-off-by: Volker Theile <vtheile@suse.com>
.gitignore
src/pybind/mgr/ansible/.gitignore
src/pybind/mgr/dashboard/.gitignore
src/pybind/mgr/orchestrator_cli/.gitignore

index 02c7dd8fe3eda1991b5217280342eec7356cd5e3..a04d59a632edcb165ba5beee0fb46f5b365c0e20 100644 (file)
@@ -24,7 +24,9 @@ cscope.*
 gmon.out
 py-compile
 tags
-__pycache__
+__pycache__/
+wheelhouse/
+.pytest_cache/
 
 # Files generated by crashed programs
 vgcore.*
index 43a2d269d0a46712d328eff4bfe465f5a4f2536e..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -1 +0,0 @@
-wheelhouse*
index 0e6f614929d5c39c5cec3784ba579ea19d8a2052..d457a7db3933d5b3a761146bf455cc1a94c7b045 100644 (file)
@@ -5,7 +5,6 @@ coverage.xml
 junit*xml
 .cache
 ceph.conf
-wheelhouse*
 
 # IDE
 .vscode
index 43a2d269d0a46712d328eff4bfe465f5a4f2536e..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -1 +0,0 @@
-wheelhouse*