diff options
author | Neil <nyamatongwe@gmail.com> | 2020-05-17 11:19:12 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2020-05-17 11:19:12 +1000 |
commit | b95b4b2373e3221e246f424c1897835ee2e2a049 (patch) | |
tree | 64bab40d902beba3d625257531510f6052201de6 /.hgignore | |
parent | b501aa00d3f8a5d4f4b97e13243612c8952ca60a (diff) | |
download | scintilla-mirror-b95b4b2373e3221e246f424c1897835ee2e2a049.tar.gz |
Shared object files are not source so ignore them.
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ syntax: glob __pycache__ *.pyc *.dll +*.so *.dylib *.framework *.pyd |