aboutsummaryrefslogtreecommitdiffhomepage
path: root/.hgignore
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
commitb95b4b2373e3221e246f424c1897835ee2e2a049 (patch)
tree64bab40d902beba3d625257531510f6052201de6 /.hgignore
parentb501aa00d3f8a5d4f4b97e13243612c8952ca60a (diff)
downloadscintilla-mirror-b95b4b2373e3221e246f424c1897835ee2e2a049.tar.gz
Shared object files are not source so ignore them.
Diffstat (limited to '.hgignore')
-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