aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2020-05-17 11:19:12 +1000
committerNeil <nyamatongwe@gmail.com>2020-05-17 11:19:12 +1000
commit69769659dd983fe3a9ee9d4635d9cd8e8c1f2736 (patch)
tree4da7527a128422f294a0ab3240e4c5c763bb25f4
parent228bbc1a7ec20661f3d70240bc57fd612557d672 (diff)
downloadscintilla-mirror-69769659dd983fe3a9ee9d4635d9cd8e8c1f2736.tar.gz
Backport: Shared object files are not source so ignore them.
Backport of changeset 8232:29221871bfa1.
-rw-r--r--.hgignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
index 33f9353e2..8b4b79e68 100644
--- a/.hgignore
+++ b/.hgignore
@@ -8,6 +8,7 @@ syntax: glob
__pycache__
*.pyc
*.dll
+*.so
*.dylib
*.framework
*.pyd