[Scummvm-git-logs] scummvm master -> 0e45da59c013beb6b1d41c6eb9481e3bcec118dc
lotharsm
noreply at scummvm.org
Sun Jun 7 10:00:02 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:
0e45da59c0 GIT: Fix globs for ignoring .orig and .rej files caused by failed manual patching
Commit: 0e45da59c013beb6b1d41c6eb9481e3bcec118dc
https://github.com/scummvm/scummvm/commit/0e45da59c013beb6b1d41c6eb9481e3bcec118dc
Author: Lothar Serra Mari (mail at serra.me)
Date: 2026-06-07T11:59:40+02:00
Commit Message:
GIT: Fix globs for ignoring .orig and .rej files caused by failed manual patching
Changed paths:
.gitignore
diff --git a/.gitignore b/.gitignore
index fa078a6c191..faa35f7a791 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,8 +9,8 @@
lib*.a
.deps
*_pch.cpp
-*.*.orig
-*.*.rej
+*.orig
+*.rej
/config.log
/scummvm
More information about the Scummvm-git-logs
mailing list