From 24aa562062fced910e8b9c11089ab01a3c1009be Mon Sep 17 00:00:00 2001 From: sobolevn Date: Tue, 5 May 2026 12:10:34 +0300 Subject: [PATCH] Ignore `.jit-stamp` generated file (#149401) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 660a2524144..118eb5ee76e 100644 --- a/.gitignore +++ b/.gitignore @@ -141,6 +141,7 @@ Tools/unicode/data/ /cross-build*/ /jit_stencils*.h /jit_unwind_info*.h +.jit-stamp /platform /profile-clean-stamp /profile-run-stamp