From cfd43a1f2ecc39d8d8489a14e85756dc70ca7338 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Dutheillet-Lamonth=C3=A9zie?= Date: Tue, 2 Jul 2024 14:41:52 +0200 Subject: [PATCH] #32: add possible output folders to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3bd729d757..053d2370cb 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ # Items generated at build time /tests/unit/cmake_config.h /build -/python-build \ No newline at end of file +/python-build +output