From 107585d459c704b576998bcc1d0755d03a98b9eb Mon Sep 17 00:00:00 2001 From: David Capello Date: Mon, 19 Dec 2022 17:23:01 -0300 Subject: [PATCH] Ignore all generated files when we run CLI tests --- .gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 5e2bad930..399fc0e58 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,5 @@ *.res .DS_Store .vs - -# CMake output +tests/_test* build