From 72176677f747700aa54e77e4b323858735c1daed Mon Sep 17 00:00:00 2001 From: Laurier Loiselle Date: Tue, 28 Mar 2023 16:07:33 -0400 Subject: [PATCH] .gitignore: ignore outputs --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 1d7dd18..523f96d 100644 --- a/.gitignore +++ b/.gitignore @@ -22,6 +22,7 @@ __pycache__ # Built examples examples/* tutorial/* +outputs/* !examples/*.yml !tutorial/*.yml !tutorial/*.md