From 5645c91ed5cb48f0dbcb92439405dcefe7d1156a Mon Sep 17 00:00:00 2001 From: David Steele Date: Sat, 14 Mar 2020 14:18:22 -0400 Subject: [PATCH] Add comments to test/.gitignore. --- test/.gitignore | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/test/.gitignore b/test/.gitignore index f4f1c2c15..4e2f777dd 100644 --- a/test/.gitignore +++ b/test/.gitignore @@ -1,5 +1,10 @@ +# Exclude vagrant path and build log /.vagrant -/scratch* -/coverage* /ubuntu-bionic-18.04-cloudimg-console.log + +# Paths and files beginning with "scratch" will be excluded to give a place to store notes +/scratch* + +# Exclude paths where test code writes results (eventually want to get this down to just result) +/coverage* /profile