aboutsummaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorEvgenii Kliuchnikov <eustas.ru@gmail.com>2020-08-27 15:56:54 +0200
committerEvgenii Kliuchnikov <eustas.ru@gmail.com>2020-08-27 16:01:44 +0200
commitdb361a0bb901d6a71c7cbf1370d97b3703482e3b (patch)
tree05e27c79e3a07d79825c482990020232aede9f79 /.gitattributes
parentd518e55ba7f335cb318396e47c1e05c4205d6c4b (diff)
downloadbrotli-db361a0bb901d6a71c7cbf1370d97b3703482e3b.zip
brotli-db361a0bb901d6a71c7cbf1370d97b3703482e3b.tar.gz
brotli-db361a0bb901d6a71c7cbf1370d97b3703482e3b.tar.bz2
Re-add python bindings to sources tarballv1.0.8
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes20
1 files 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