From f171687fdaf9dbde8d795b7d61c3c1abc0117525 Mon Sep 17 00:00:00 2001 From: Camden Dixie O'Brien Date: Thu, 13 Oct 2022 17:08:50 +0100 Subject: [PATCH] Add test srvroot directory to .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index bc86736..e7b28d6 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,5 @@ waffle-mole compile_commands.json .cache/* + +test/*