[Scummvm-git-logs] scummvm master -> 474c043d22f4b06802c260a15fb50d2aad33697e
lotharsm
noreply at scummvm.org
Sun Jun 7 06:38:08 UTC 2026
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:
474c043d22 GIT: Ignore .orig and .rej files caused by failed manual patching
Commit: 474c043d22f4b06802c260a15fb50d2aad33697e
https://github.com/scummvm/scummvm/commit/474c043d22f4b06802c260a15fb50d2aad33697e
Author: Lothar Serra Mari (mail at serra.me)
Date: 2026-06-07T08:37:21+02:00
Commit Message:
GIT: Ignore .orig and .rej files caused by failed manual patching
Changed paths:
.gitignore
diff --git a/.gitignore b/.gitignore
index 001b99b495d..fa078a6c191 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,6 +9,8 @@
lib*.a
.deps
*_pch.cpp
+*.*.orig
+*.*.rej
/config.log
/scummvm
More information about the Scummvm-git-logs
mailing list