aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-03-06 22:20:07 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-03-06 22:20:07 +0300
commit904ea8590373daeb0b61263aea60177e7f6ee387 (patch)
tree488a6a381c3038ec05d1e268c65a14310f57195c /.gitattributes
parentREADME: update (diff)
downloadlinux-status-904ea8590373daeb0b61263aea60177e7f6ee387.tar.gz
linux-status-904ea8590373daeb0b61263aea60177e7f6ee387.zip
blacklist aux files for `git archive`
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index d76765e..26a9424 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,3 +1,7 @@
* text=auto
*.sh text eol=lf
+
+/.github/ export-ignore
+.gitattributes export-ignore
+.gitignore export-ignore