From 789eb85bfefc76eca1f593e70bc6763b57ae91e7 Mon Sep 17 00:00:00 2001 From: Sei Lisa Date: Tue, 15 Jan 2019 23:22:02 +0100 Subject: [PATCH] Add the outfile.tmp file generated by a test to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 779e73c..6e9eea0 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ *.py[co] /overwritten.lsl calcmain.py +/unit_tests/coverage.suite/outfile.tmp