From 6628b6ca017561de500f6eb6811b807c571f562d Mon Sep 17 00:00:00 2001
From: Scott Wittenburg <scott.wittenburg@kitware.com>
Date: Wed, 13 Dec 2017 00:35:39 -0700
Subject: [PATCH] Ignore log files that appear in root dir with "spack -d
 install ..." (#6670)

---
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitignore b/.gitignore
index 49bc74063e..bb7b14a82c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,3 +23,5 @@
 .#*
 /.cache
 /bin/spackc
+*.in.log
+*.out.log
-- 
GitLab