From a7493260a8cf844efd63a353cc91177456fb1b92 Mon Sep 17 00:00:00 2001 From: Yunhorn Date: Wed, 21 Sep 2022 13:23:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'.gitignore'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 021385c..79c1b72 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,9 @@ *.ko *.obj *.elf +*.map +*.axf +*.crf # Linker output *.ilk @@ -28,7 +31,6 @@ *.so *.so.* *.dylib -./Drivers # Executables *.exe @@ -37,6 +39,8 @@ *.i*86 *.x86_64 *.hex +*.axf +*.dep # Debug files *.dSYM/