From 51bb2b9c947a81d9627abe27a7652e54b04d684c Mon Sep 17 00:00:00 2001 From: chen <15335560115@163.com> Date: 星期二, 10 九月 2024 10:39:14 +0800 Subject: [PATCH] 添加宏定义 110K 和调试模式 --- .gitignore | 25 ++----------------------- 1 files changed, 2 insertions(+), 23 deletions(-) diff --git a/.gitignore b/.gitignore index 4d40434..6a625d8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,23 +1,2 @@ -# Object files -*.o -*.ko -*.obj -*.elf - -# Libraries -*.lib -*.a - -# Shared objects (inc. Windows DLLs) -*.dll -*.so -*.so.* -*.dylib - -# Executables -*.exe -*.out -*.app -*.i*86 -*.x86_64 -*.hex +/keil/Objects/*.d +/keil/Objects/*.o -- Gitblit v1.9.3