From: Thanh Ha Date: Wed, 31 Oct 2018 12:19:41 +0000 (-0400) Subject: Ignore .pytest_cache directory in Coala X-Git-Tag: v0.19.0~27 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F50%2F13250%2F1;p=releng%2Flftools.git Ignore .pytest_cache directory in Coala Change-Id: I49476c5bf63fc83217cbf8e5957286a2dc9e82f4 Signed-off-by: Thanh Ha --- diff --git a/.coafile b/.coafile index f4a09b99..c52cb59a 100644 --- a/.coafile +++ b/.coafile @@ -4,6 +4,7 @@ ignore = .tox/**, .gitignore, .gitreview, .gitmodules, + .pytest_cache/**, node_modules/** [all.Git]