From d0529182550129fe047a2d92a132fa14522deda2 Mon Sep 17 00:00:00 2001 From: Eugene Kliuchnikov Date: Wed, 26 Aug 2020 17:13:31 +0200 Subject: Fix build files (#829) --- .gitattributes | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes index 9a841cd..c0ca54b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -24,8 +24,19 @@ WORKSPACE !export-ignore # Add sources c !export-ignore c/** !export-ignore -c/common/dictionary.bin* export-ignore +c/common/dictionary.bin* export-ignore c/fuzz export-ignore +scripts !export-ignore +scripts/sources.lst !export-ignore +scripts/libbrotli*.pc.in !export-ignore +tests !export-ignore +tests/*.sh !export-ignore +tests/*.cmake !export-ignore +tests/testdata !export-ignore +tests/testdata/empty !export-ignore +tests/testdata/empty.compressed !export-ignore +tests/testdata/ukkonooa !export-ignore +tests/testdata/ukkonooa.compressed !export-ignore # Add man pages docs !export-ignore -- cgit v1.1