From 904ea8590373daeb0b61263aea60177e7f6ee387 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 6 Mar 2021 22:20:07 +0300 Subject: blacklist aux files for `git archive` --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitattributes') 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 -- cgit v1.2.3