From 627756e05fd281ae894cff1ef2dbba0671bdefa1 Mon Sep 17 00:00:00 2001 From: Loic Dachary Date: Thu, 24 Sep 2015 10:54:35 +0200 Subject: [PATCH] build/ops: ceph-detect-init must ignore .cache In case the test fails, it may leave files behind: src/ceph-detect-init/.cache/v/cache/lastfailed Signed-off-by: Loic Dachary --- src/ceph-detect-init/.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ceph-detect-init/.gitignore b/src/ceph-detect-init/.gitignore index 8c130b316655..0b4b8149360f 100644 --- a/src/ceph-detect-init/.gitignore +++ b/src/ceph-detect-init/.gitignore @@ -10,4 +10,4 @@ build wheelhouse* *.log *.trs - +.cache -- 2.47.3