From cce619f09baf6247b32562f99497f4661068249e Mon Sep 17 00:00:00 2001
From: "Dmitry V. Levin" <ldv@strace.io>
Date: Mon, 9 Sep 2024 08:00:00 +0000
Subject: Add .gitattributes

Mark a few files and directories with export-ignore attribute so that
they won't be added to archive files.
---
 .gitattributes | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100644 .gitattributes

diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 00000000..65165e8f
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,7 @@
+.git* export-ignore
+ChangeLog.old export-ignore
+README-hacking export-ignore
+ci export-ignore
+gitlog-to-changelog export-ignore
+maint export-ignore
+zanata.xml export-ignore
-- 
cgit v1.2.3