From baff936be1b8bb9627deaef2af58d9aa398b7ca2 Mon Sep 17 00:00:00 2001 From: Konstantin Pavlov Date: Thu, 15 Feb 2024 22:12:03 -0800 Subject: Packages: Move dist target to git archive --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes index 45ec5156..16af3a06 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,7 @@ *.c diff=cpp *.h diff=cpp + +.hg* export-ignore +pkg/** export-ignore +docs/*.* export-ignore +docs/Makefile export-ignore -- cgit