From d17cf684eaf60bc365f40613af37ff3e6173b4d6 Mon Sep 17 00:00:00 2001 From: funman300 Date: Wed, 5 Aug 2026 09:09:25 -0700 Subject: [PATCH] fifa17-recon: keep raw memory captures out of git data/memdump reached 2.3GB of raw /proc/PID/mem captures. Only its index.json is worth tracking; the captures regenerate from tools/db_dump.py against a running game. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01VUT92pz6RWKih9dSr8ZpxW --- fifa17-recon/data/memdump/.gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 fifa17-recon/data/memdump/.gitignore diff --git a/fifa17-recon/data/memdump/.gitignore b/fifa17-recon/data/memdump/.gitignore new file mode 100644 index 0000000..5767b56 --- /dev/null +++ b/fifa17-recon/data/memdump/.gitignore @@ -0,0 +1,4 @@ +# Raw /proc/PID/mem captures: regenerate with tools/db_dump.py, never commit. +# One of these directories reached 2.3GB. +data/memdump/*.bin +data/memdump/*.raw