From 50366b0031b549ddad589a066347610137f4eb83 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Mon, 24 Jul 2023 22:20:20 +0800 Subject: [PATCH] Add .gitignore file --- .gitignore | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..21700c2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +# git ignore files/folders in the list + +bootloader/ +images/ +kernel/ +yocto/ -- Gitblit v1.9.1