From 05fc8a8b4591d7bfab1a6e1a29022a04e38e9d2f Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Fri, 28 Jul 2023 16:11:28 +0800 Subject: [PATCH] Add build debian rootfs shell script --- .gitignore | 23 +++++++++++++++++++---- 1 files changed, 19 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 21700c2..f49cf66 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,21 @@ # git ignore files/folders in the list -bootloader/ -images/ -kernel/ -yocto/ +# ignore folders +tarballs/ +install/ +uboot-imx/ +linux-imx/ +hardknott/ +honister/ +kirkstone/ +langdale/ +images/rootfs-* +rtl8188fu/ + +# ignore files +*.mod* +*.o +*.ko +*.cmd* +*.symvers +*.order -- Gitblit v1.9.1