From 67be16f91562283e4ce6e999696101817fba767f Mon Sep 17 00:00:00 2001 From: mh-two-thousand-and-two <17391232786@163.com> Date: 星期五, 12 四月 2024 18:34:56 +0800 Subject: [PATCH] 'f' --- .gitignore | 27 +++++++++++++++++++++++++++ 1 files changed, 27 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..35ee3f9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,27 @@ +# Object files +*.o +*.ko +*.obj +*.elf + +# dependencies +**/node_modules + + +# Libraries +*.lib +*.a + +# Shared objects (inc. Windows DLLs) +*.dll +*.so +*.so.* +*.dylib +!\src\uni_modules +# Executables +*.exe +*.out +*.app +*.i*86 +*.x86_64 +*.hex \ No newline at end of file -- Gitblit v1.9.1