From 62a4795a4c88b222aaa86251ce65b0746b4c4de3 Mon Sep 17 00:00:00 2001 From: Gani Georgiev Date: Sun, 24 Nov 2024 16:20:34 +0200 Subject: [PATCH] exclude autogenerated changelog htmls from git --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 16854259..9b99d92f 100644 --- a/.gitignore +++ b/.gitignore @@ -15,4 +15,6 @@ coverage.out # generated markdown previews README.html CHANGELOG.html +CHANGELOG_16_22.html +CHANGELOG_8_15.html LICENSE.html