From ad4c4c383f7802d2257fffd99929ca2a2e92a3fa Mon Sep 17 00:00:00 2001 From: gaoyang3513 Date: Tue, 2 Jul 2024 17:16:02 +0800 Subject: [PATCH] =?UTF-8?q?[Add]=20=E5=B1=9E=E6=80=A7=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=EF=BC=9A=E6=96=87=E4=BB=B6=E5=BF=BD=E7=95=A5=E3=80=81=E7=BC=96?= =?UTF-8?q?=E7=A0=81=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .editorconfig | 14 ++++++++++++++ .gitignore | 17 +++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 .editorconfig create mode 100644 .gitignore diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..87dbf152d --- /dev/null +++ b/.editorconfig @@ -0,0 +1,14 @@ +# EditorConfig is awesome: https://EditorConfig.org + +# top-most EditorConfig file +root = true + +[c] +indent_style = tab +indent_size = 8 + +[*] +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = false diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..6cc3cfb99 --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +*.o +*.o.d + +*.ko +*.mod +*.mod.c +.*.o.cmd +.*.ko.cmd +.*.mod.cmd +.*.mod.o.cmd +.modules.order.cmd +.Module.symvers.cmd + +Module.symvers +modules.order + +output/ \ No newline at end of file