From 029e9ee81b5dc1557c31427561d3f50382343a49 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Yannik=20M=C3=BCller?= <y.mueller@fz-juelich.de>
Date: Thu, 13 Apr 2023 16:38:23 +0200
Subject: [PATCH] Add gitattributes Ignoring .git* and test/ when building
 tarball

---
 .gitattributes | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 .gitattributes

diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..bc471fe
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,2 @@
+.git*           export-ignore
+test/           export-ignore
-- 
GitLab