[Scummvm-git-logs] scummvm master -> 9863195f7a91acce760e34a960ae5b0c224baeb1
lotharsm
noreply at scummvm.org
Sun May 25 07:21:20 UTC 2025
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
9863195f7a GIT: Ignore win32dist-mingw folder created by Win32 distribution target
Commit: 9863195f7a91acce760e34a960ae5b0c224baeb1
https://github.com/scummvm/scummvm/commit/9863195f7a91acce760e34a960ae5b0c224baeb1
Author: Lothar Serra Mari (mail at serra.me)
Date: 2025-05-25T09:21:06+02:00
Commit Message:
GIT: Ignore win32dist-mingw folder created by Win32 distribution target
Changed paths:
.gitignore
diff --git a/.gitignore b/.gitignore
index d8d75234eb5..5943bdf39e6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -225,6 +225,9 @@ UpgradeLog.htm
LLVM32/
LLVM64/
+#Ignore files created by the Win32 distribution target
+win32dist-mingw/
+
#Ignore files generated by Visual Studio Code
.vscode/
compile_commands.json
More information about the Scummvm-git-logs
mailing list