From df02d48ab209e4d79a878ccae7ed2bb7058b511b Mon Sep 17 00:00:00 2001 From: Christian Jaeger Date: Sun, 20 Oct 2024 21:08:09 +0200 Subject: [PATCH 1/2] chore: .gitignore: ignore generated files --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index de3b70f26..98f3e60de 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ .DS_Store /logs/ +/test* # Conan conanprofile From 6bbea9ea8fa4b9d0d0e3b7a25aedf831bcfc0b19 Mon Sep 17 00:00:00 2001 From: Christian Jaeger Date: Wed, 6 Nov 2024 11:10:29 +0100 Subject: [PATCH 2/2] chore: ignore *.html files Output files from conversion of markdown files. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 98f3e60de..5a955cf6e 100644 --- a/.gitignore +++ b/.gitignore @@ -64,6 +64,8 @@ conanprofile *.out *.app +# Generated html files from markdown files +*.html **/output/ **/logs/