From 44d7112794d49bb2c56d4ed85b154770cf208c49 Mon Sep 17 00:00:00 2001 From: Christopher Haster Date: Wed, 29 Jan 2020 17:56:58 -0600 Subject: [PATCH] Fixed tests/*.toml.* in .gitignore Running test.py creates a log of garbage here --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1e12cca..9cafad9 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,4 @@ blocks/ lfs test.c -tests_/*.toml.* +tests/*.toml.*