cleaning up
This commit is contained in:
parent
14613724b5
commit
396716de09
2 changed files with 12 additions and 8 deletions
2
.clangd
2
.clangd
|
@ -1,2 +0,0 @@
|
|||
Diagnostics:
|
||||
UnusedIncludes: None
|
18
.gitignore
vendored
18
.gitignore
vendored
|
@ -51,12 +51,6 @@ Module.symvers
|
|||
Mkfile.old
|
||||
dkms.conf
|
||||
|
||||
# CMake build dirs
|
||||
build-*/
|
||||
|
||||
# CMake compile commands
|
||||
compile_commands.json
|
||||
|
||||
# vim
|
||||
.*.swp
|
||||
.*.swo
|
||||
|
@ -64,3 +58,15 @@ compile_commands.json
|
|||
# vscode
|
||||
.vscode
|
||||
.cache
|
||||
|
||||
# CMake
|
||||
build*/
|
||||
compile_commands.json
|
||||
|
||||
# clangd
|
||||
.clangd
|
||||
|
||||
# other stuff
|
||||
local/
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue