[Scummvm-git-logs] scummvm master -> a9efa7d2da991eee6bf2355f7d1890fcdf7c2aaa
sev-
sev at scummvm.org
Wed Aug 4 13:49:01 UTC 2021
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:
a9efa7d2da JANITORIAL: add *.o.tmp to .gitignore
Commit: a9efa7d2da991eee6bf2355f7d1890fcdf7c2aaa
https://github.com/scummvm/scummvm/commit/a9efa7d2da991eee6bf2355f7d1890fcdf7c2aaa
Author: Max Horn (max at quendi.de)
Date: 2021-08-04T15:48:59+02:00
Commit Message:
JANITORIAL: add *.o.tmp to .gitignore
Such files are created during compilation, and should not appear in the
output of `git status` nor should `git add` add them.
Changed paths:
.gitignore
diff --git a/.gitignore b/.gitignore
index dcf4348769..c780035aea 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,6 +3,7 @@
.*.swp
.*.swo
*.o
+*.o.tmp
*.dwo
scummvm.dwp
lib*.a
More information about the Scummvm-git-logs
mailing list