diff options
author | Neil <nyamatongwe@gmail.com> | 2020-01-21 20:17:53 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2020-01-21 20:17:53 +1100 |
commit | 2d5fb901c74d3da2339b2c711b82c9a34ba22d74 (patch) | |
tree | a2b07c820dc3e44cd01b882d63b051b426019b23 /.hgignore | |
parent | 57563f13432ce3e8b38fdd702cba976c6489d584 (diff) | |
download | scintilla-mirror-2d5fb901c74d3da2339b2c711b82c9a34ba22d74.tar.gz |
Feature [feature-requests:#1335] Hide some more files from hg.
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -5,6 +5,7 @@ syntax: glob *.lib *.obj *.iobj +__pycache__ *.pyc *.dll *.dylib @@ -19,6 +20,8 @@ syntax: glob *.bak *.sbr *.suo +*.aps +*.vcxproj.* *.idb *.bsc *.intermediate.manifest |