From 9742a795adfb20f176928ca8b3eed8321aed8b2e Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Thu, 3 Mar 2022 21:34:24 +0100 Subject: Ignore all sitemap.org files. --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index d6524c7..c4137c2 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,6 @@ # Font files are not version-controlled. *.ttf -*.otf \ No newline at end of file +*.otf + +**sitemap.org \ No newline at end of file -- cgit v1.2.3