From: Loic Dachary Date: Thu, 24 Sep 2015 08:54:35 +0000 (+0200) Subject: build/ops: ceph-detect-init must ignore .cache X-Git-Tag: v9.1.0~74^2^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F6066%2Fhead;p=ceph.git 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 --- 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