From 905bfc74fe2670fd9c39014803017ab53d325401 Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Tue, 30 Apr 2024 14:37:11 +0300 Subject: [PATCH] Add .gitattributes to clean up git-archive output --- .gitattributes | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..26bcbb1f --- /dev/null +++ b/.gitattributes @@ -0,0 +1,7 @@ +.gitattributes export-ignore +.gitignore export-ignore + +/.codespellrc export-ignore +/.github export-ignore + +/build-aux/ci_build.bash export-ignore