Ignore .pytest_cache directory in Coala 50/13250/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 31 Oct 2018 12:19:41 +0000 (08:19 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 31 Oct 2018 12:19:41 +0000 (08:19 -0400)
Change-Id: I49476c5bf63fc83217cbf8e5957286a2dc9e82f4
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
.coafile

index f4a09b9..c52cb59 100644 (file)
--- a/.coafile
+++ b/.coafile
@@ -4,6 +4,7 @@ ignore = .tox/**,
     .gitignore,
     .gitreview,
     .gitmodules,
+    .pytest_cache/**,
     node_modules/**
 
 [all.Git]