aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil Hodgson <unknown>2020-01-19 08:33:09 +1100
committerNeil Hodgson <unknown>2020-01-19 08:33:09 +1100
commit57563f13432ce3e8b38fdd702cba976c6489d584 (patch)
tree3ba7deaf8244ccdf4ccbee66e1e1d156207a1b68
parentfee5be85a2e9778165e1fd671528c37e7d00c40d (diff)
downloadscintilla-mirror-57563f13432ce3e8b38fdd702cba976c6489d584.tar.gz
Don't include lexilla.so in source archive.
-rw-r--r--tgzsrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tgzsrc b/tgzsrc
index a4d4ee084..32278f3eb 100644
--- a/tgzsrc
+++ b/tgzsrc
@@ -1,4 +1,4 @@
cd ..
rm -f scintilla.tgz
-tar --create --exclude \*.o --exclude \*.obj --exclude \*.dll --exclude \*.exe --exclude \*.a scintilla/* \
+tar --create --exclude \*.o --exclude \*.obj --exclude \*.dll --exclude \*.so --exclude \*.exe --exclude \*.a scintilla/* \
| gzip -c >scintilla.tgz