From 760fa011d81b298b158b7eda9523dc921108fc05 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 29 Apr 2021 03:28:31 +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