From: sobolevn Date: Sun, 3 May 2026 09:31:53 +0000 (+0300) Subject: Ignore `/jit_unwind_info*.h` from git (#149311) X-Git-Tag: v3.15.0b1~104 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=db0335887e6acd1e2ef4382a52544b02971f52f0;p=thirdparty%2FPython%2Fcpython.git Ignore `/jit_unwind_info*.h` from git (#149311) --- diff --git a/.gitignore b/.gitignore index 3bf5187d531c..660a2524144d 100644 --- a/.gitignore +++ b/.gitignore @@ -140,6 +140,7 @@ Tools/unicode/data/ /.ccache /cross-build*/ /jit_stencils*.h +/jit_unwind_info*.h /platform /profile-clean-stamp /profile-run-stamp