From 3abac00adb1a6a65fe8fc965a71a31d9c61da818 Mon Sep 17 00:00:00 2001 From: Egor Tsyganchuk Date: Tue, 7 Apr 2026 11:14:06 +0300 Subject: [PATCH] Update .gitignore to exclude additional BusyBox files and directories --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index cb67a5c..3ccaf17 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,5 @@ -_install \ No newline at end of file +_install +busybox/busybox +busybox/libbusybox.so +busybox/applet_lst.tmp +busybox/0_lib/ \ No newline at end of file