From db361a0bb901d6a71c7cbf1370d97b3703482e3b Mon Sep 17 00:00:00 2001 From: Evgenii Kliuchnikov Date: Thu, 27 Aug 2020 15:56:54 +0200 Subject: Re-add python bindings to sources tarball --- .gitattributes | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/.gitattributes b/.gitattributes index c0ca54b..8915918 100644 --- a/.gitattributes +++ b/.gitattributes @@ -19,6 +19,8 @@ MANIFEST.in !export-ignore premake5.lua !export-ignore README !export-ignore README.md !export-ignore +setup.py !export-ignore +setup.cfg !export-ignore WORKSPACE !export-ignore # Add sources @@ -26,9 +28,22 @@ c !export-ignore c/** !export-ignore c/common/dictionary.bin* export-ignore c/fuzz export-ignore + +# Add man pages +docs !export-ignore +docs/** !export-ignore +docs/brotli-comparison-study-2015-09-22.pdf export-ignore + +# Add python bindings + tests +python !export-ignore +python/** !export-ignore + +# Add more build files. scripts !export-ignore scripts/sources.lst !export-ignore scripts/libbrotli*.pc.in !export-ignore + +# Add testdata tests !export-ignore tests/*.sh !export-ignore tests/*.cmake !export-ignore @@ -37,8 +52,3 @@ 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 -docs/** !export-ignore -docs/brotli-comparison-study-2015-09-22.pdf export-ignore \ No newline at end of file -- cgit v1.1