From 2b43b497354b65b034e3420dece9894aa6b1146e Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Wed, 22 May 2024 23:22:19 +0800
Subject: [PATCH] Add .gitignore

---
 .gitignore |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..baec987
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,15 @@
+
+# bootloader files
+bootloader/at91bootstrap*
+bootloader/u-boot-at91*
+
+# linux kernel files
+kernel/linux-at91*
+
+# image files
+images/rootfs*
+
+# common files
+tarballs
+install
+*.ko

--
Gitblit v1.9.1