Skip to content

Commit

Permalink
Re-add python bindings to sources tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
eustas committed Aug 27, 2020
1 parent d518e55 commit db361a0
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,31 @@ 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
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
Expand All @@ -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

0 comments on commit db361a0

Please sign in to comment.