From d68c837a466c285d4daa41c9da39ab9f3d73fdfa Mon Sep 17 00:00:00 2001 From: YunHorn Technology Date: Wed, 21 Sep 2022 08:12:07 +0800 Subject: [PATCH] ignore file change --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 021385c..fe99979 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,8 @@ *.ko *.obj *.elf +*.axf +*.de # Linker output *.ilk @@ -28,7 +30,7 @@ *.so *.so.* *.dylib -./Drivers + # Executables *.exe @@ -37,6 +39,9 @@ *.i*86 *.x86_64 *.hex +*.axf +*.dep + # Debug files *.dSYM/