[Add] 属性修改:文件忽略、编码格式

This commit is contained in:
gaoyang3513
2024-07-02 17:16:02 +08:00
parent 1dd7a8d2fb
commit ad4c4c383f
2 changed files with 31 additions and 0 deletions

14
.editorconfig Normal file
View File

@ -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

17
.gitignore vendored Normal file
View File

@ -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/