[Scummvm-git-logs] scummvm master -> 4e60b474559c35e9b142339f504e824965e2f745

dwatteau noreply at scummvm.org
Mon Dec 5 16:31:49 UTC 2022


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
4e60b47455 GIT: Ignore all .dwp files, not just scummvm.dwp


Commit: 4e60b474559c35e9b142339f504e824965e2f745
    https://github.com/scummvm/scummvm/commit/4e60b474559c35e9b142339f504e824965e2f745
Author: Donovan Watteau (contrib at dwatteau.fr)
Date: 2022-12-05T17:23:18+01:00

Commit Message:
GIT: Ignore all .dwp files, not just scummvm.dwp

An Android build will output libXX.so.dwp files for example, and I see
no legitimate use cases for .dwp files in the tree.

Changed paths:
    .gitignore


diff --git a/.gitignore b/.gitignore
index d63c76686a0..a53f2f0b5fd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,7 +5,7 @@
 *.o
 *.o.tmp
 *.dwo
-scummvm.dwp
+*.dwp
 lib*.a
 .deps
 




More information about the Scummvm-git-logs mailing list