Skip to content

Commit db361a0

Browse files
committed
Re-add python bindings to sources tarball
1 parent d518e55 commit db361a0

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

.gitattributes

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,31 @@ MANIFEST.in !export-ignore
1919
premake5.lua !export-ignore
2020
README !export-ignore
2121
README.md !export-ignore
22+
setup.py !export-ignore
23+
setup.cfg !export-ignore
2224
WORKSPACE !export-ignore
2325

2426
# Add sources
2527
c !export-ignore
2628
c/** !export-ignore
2729
c/common/dictionary.bin* export-ignore
2830
c/fuzz export-ignore
31+
32+
# Add man pages
33+
docs !export-ignore
34+
docs/** !export-ignore
35+
docs/brotli-comparison-study-2015-09-22.pdf export-ignore
36+
37+
# Add python bindings + tests
38+
python !export-ignore
39+
python/** !export-ignore
40+
41+
# Add more build files.
2942
scripts !export-ignore
3043
scripts/sources.lst !export-ignore
3144
scripts/libbrotli*.pc.in !export-ignore
45+
46+
# Add testdata
3247
tests !export-ignore
3348
tests/*.sh !export-ignore
3449
tests/*.cmake !export-ignore
@@ -37,8 +52,3 @@ tests/testdata/empty !export-ignore
3752
tests/testdata/empty.compressed !export-ignore
3853
tests/testdata/ukkonooa !export-ignore
3954
tests/testdata/ukkonooa.compressed !export-ignore
40-
41-
# Add man pages
42-
docs !export-ignore
43-
docs/** !export-ignore
44-
docs/brotli-comparison-study-2015-09-22.pdf export-ignore

0 commit comments

Comments
 (0)