diff options
author | Neil <nyamatongwe@gmail.com> | 2023-11-19 08:28:00 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2023-11-19 08:28:00 +1100 |
commit | c744dd9d5b0ff201f6609b1978a1ad0103430852 (patch) | |
tree | ef589afc2c739c5c837798b918ca39587d5a8791 /.hgignore | |
parent | 88b0610373e57583866f7bddf251f16a950e053f (diff) | |
download | scintilla-mirror-c744dd9d5b0ff201f6609b1978a1ad0103430852.tar.gz |
Add to ignore list Visual Studio temporary build files and *.tgz for Coverity.
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -41,6 +41,7 @@ win32/*.plist *.mode1v3 *.pbxuser *.pbproj +*.tgz *.log *.xcbkptlist *.xcuserstate @@ -50,6 +51,8 @@ xcschememanagement.plist .DS_Store Release Debug +x64 +ARM64 cocoa/build cocoa/ScintillaFramework/build cocoa/ScintillaTest/build |