From 9d9478c44d6b7844373b534163e91224b0880610 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Tue, 22 Aug 2023 10:02:29 +0800 Subject: [PATCH] Merge branch 'master' of http://main.iot-yun.club:8088/r/bsp-imx --- .gitignore | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 0de544e..f49cf66 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # git ignore files/folders in the list +# ignore folders tarballs/ install/ uboot-imx/ @@ -10,3 +11,11 @@ langdale/ images/rootfs-* rtl8188fu/ + +# ignore files +*.mod* +*.o +*.ko +*.cmd* +*.symvers +*.order -- Gitblit v1.9.1