[Scummvm-git-logs] scummvm master -> d4014676c871387450b5bfb785a66e768580558f
bluegr
noreply at scummvm.org
Fri Dec 27 07:36:13 UTC 2024
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:
d4014676c8 GIT: Ignore __pycache__ folders, generated when running Python scripts
Commit: d4014676c871387450b5bfb785a66e768580558f
https://github.com/scummvm/scummvm/commit/d4014676c871387450b5bfb785a66e768580558f
Author: eientei95 (einstein95 at users.noreply.github.com)
Date: 2024-12-27T09:36:09+02:00
Commit Message:
GIT: Ignore __pycache__ folders, generated when running Python scripts
Changed paths:
.gitignore
diff --git a/.gitignore b/.gitignore
index 1ea522c7c34..d8d75234eb5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -300,3 +300,6 @@ dists/emscripten/emsdk-*
#Ignore Atari/FreeMiNT files
scummvm.gtp
scummvm.ttp
+
+#Ignore Python generated files
+__pycache__/
More information about the Scummvm-git-logs
mailing list