File tree Expand file tree Collapse file tree 1 file changed +15
-5
lines changed Expand file tree Collapse file tree 1 file changed +15
-5
lines changed Original file line number Diff line number Diff line change @@ -19,16 +19,31 @@ MANIFEST.in !export-ignore
1919premake5.lua ! export-ignore
2020README ! export-ignore
2121README.md ! export-ignore
22+ setup.py ! export-ignore
23+ setup.cfg ! export-ignore
2224WORKSPACE ! export-ignore
2325
2426# Add sources
2527c ! export-ignore
2628c /** ! export-ignore
2729c /common /dictionary.bin * export-ignore
2830c /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.
2942scripts ! export-ignore
3043scripts /sources.lst ! export-ignore
3144scripts /libbrotli * .pc.in ! export-ignore
45+
46+ # Add testdata
3247tests ! export-ignore
3348tests /* .sh ! export-ignore
3449tests /* .cmake ! export-ignore
@@ -37,8 +52,3 @@ tests/testdata/empty !export-ignore
3752tests /testdata /empty.compressed ! export-ignore
3853tests /testdata /ukkonooa ! export-ignore
3954tests /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
You can’t perform that action at this time.
0 commit comments