From 909b5dd7f359630685adda77e4c2620562242082 Mon Sep 17 00:00:00 2001 From: Sylvain Tricot Date: Thu, 4 Mar 2021 11:01:54 +0100 Subject: [PATCH] Update gitignore. * Remove lines dealing with scons * Add a tests/private folder to store local tests without showing files in git status --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1c4be1a..a2fee90 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,6 @@ __pycache__ *.mod *.bak *.target -*.sconsign.dblite htmlcov package/ src/msspec/results.txt @@ -16,3 +15,4 @@ src/msspec/results.txt .ropeproject .project VERSION +tests/private