From b438f6541f48e4a24feed9f15ead76556598346a Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Thu, 20 Oct 2016 14:20:24 +0100 Subject: [PATCH] Ignore .urchin.log files anywhere They will be created inside each test subdir if you run just that subdirs tests. May as well ignore all .urchin.log files so we don't accidentally get them committed. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 718a0f5..ae6f4d5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -tests/.urchin.log +**/.urchin.log .nvm previous_version