From e8c87cfc45ceb1a5b6ba578bf7c78b669042275b Mon Sep 17 00:00:00 2001 From: Matthew Dordal Date: Mon, 23 Oct 2017 11:23:26 -0500 Subject: [PATCH] Ignore log files that end with random numbers (#3445) --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 89f8a6bf9..281c0d462 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ .DS_Store -*.log +*.log* doc/*.html node_modules