aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJia Tan <jiat0218@gmail.com>2023-12-16 12:56:05 +0800
committerJia Tan <jiat0218@gmail.com>2024-01-19 23:37:48 +0800
commit7968516901ab8e02c6d5c97574d2803c56c12489 (patch)
tree4e6fda6aefa4663d56be22eb81d3b805f4fbdef4
parentf2090365d4cdc86020beb1ac8aea43444cf2456c (diff)
downloadxz-embedded-7968516901ab8e02c6d5c97574d2803c56c12489.tar.gz
Add .gitattributes.
git archive can be used to create a release without certain files. In this case, we only care to remove the .gitignore and the .gitattributes itself.
-rw-r--r--.gitattributes2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..de2f316
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,2 @@
+.gitignore export-ignore
+.gitattributes export-ignore