From f550ac56c6a7085d359e18e563f60212a53827f7 Mon Sep 17 00:00:00 2001
From: Louis Moureaux <m_louis30@yahoo.com>
Date: Sat, 11 Feb 2023 18:50:31 +0100
Subject: [PATCH] Don't include CI files in release tarballs

---
 .gitattributes | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.gitattributes b/.gitattributes
index 424449a229..b804b663cd 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,5 +1,9 @@
 # don't export these files
-data/graphics/** export-ignore
+data/graphics/**    export-ignore
+.coverity/**        export-ignore
+.github/**          export-ignore
+.gitlab-ci.yaml     export-ignore
+.readthedocs.yaml   export-ignore
 
 # text files
 *                text=auto