summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorBenno Schulenberg <bensberg@telfort.nl>2022-05-25 16:40:30 +0200
committerBenno Schulenberg <bensberg@telfort.nl>2022-05-25 16:44:16 +0200
commit0cb52fec9a2aab6c7fb09765dda30dca744dbe51 (patch)
treeaed597a4e43ca5deebdf051e615059523c9a02fd /.gitattributes
parent1286200eaa5f79dfdaad53edf506482f99fb9273 (diff)
downloadxkeyboard-config-0cb52fec9a2aab6c7fb09765dda30dca744dbe51.tar.gz
exclude .git files and gitlab CI stuff from the distribution tarball
This fixes issue #318. Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..ec66436
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,5 @@
+.gitattributes export-ignore
+.gitignore export-ignore
+.gitlab-ci export-ignore
+.gitlab-ci.yml export-ignore
+.mailmap export-ignore