diff options
author | Neil <nyamatongwe@gmail.com> | 2021-04-07 08:36:19 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2021-04-07 08:36:19 +1000 |
commit | c882c4a62cdffc7641249a915644ddb991eef50f (patch) | |
tree | 6ba805cdaa9652679e6512b7d7322d1cc42b9d38 /.hgignore | |
parent | f117e7a1d665a6c79d50ef90345aee2667721999 (diff) | |
download | scintilla-mirror-c882c4a62cdffc7641249a915644ddb991eef50f.tar.gz |
Ignore Release build directory which may be created by Visual C++.
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -48,6 +48,7 @@ xcuserdata/ *.xcsettings xcschememanagement.plist .DS_Store +Release Debug cocoa/build cocoa/ScintillaFramework/build |