From 3ce4d238d255477a240c3b1479cb34828c87fb59 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 29 Aug 2024 07:58:00 +0000 Subject: [PATCH] .gitignore: Keep ignoring the deleted doc files Signed-off-by: Michael Tremer --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 62cc3f314f..ac74788b31 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,7 @@ *.tar.bz2 /*.md5 /*.b2 + +# These files have been removed but could still be around in older environments +/doc/ChangeLog +/doc/packages-list.txt -- 2.39.5