From 00008efa8c31585e6d8fa78cd24b3381e36f8fb2 Mon Sep 17 00:00:00 2001 From: Yiwei Lin Date: Sun, 19 Apr 2026 11:28:26 +0800 Subject: [PATCH] Ignore generated lkl-src and web-assets.c Change-Id: Ie3173518807546dbd6d5f9c14dafaea8d87cf670 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index be261b0..9453641 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,5 @@ tests/stress/long-running tests/stress/rapid-fork tests/stress/signal-race !tests/stress/*.c +build/lkl-src +src/web-assets.c