[Add] 属性修改:文件忽略、编码格式
This commit is contained in:
14
.editorconfig
Normal file
14
.editorconfig
Normal 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
17
.gitignore
vendored
Normal 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/
|
||||
Reference in New Issue
Block a user