add gitignore, update module with additional properties

This commit is contained in:
2026-08-21 21:24:16 +02:00
parent 2777dbfd01
commit f1a63fcea3
4 changed files with 53 additions and 11 deletions
+21
View File
@@ -0,0 +1,21 @@
# Kernel module build artifacts
*.o
*.ko
*.cmd
.*.cmd
*.mod
*.mod.c
*.mod.o
*.symvers
*.order
*.markers
.tmp_versions/
.cache.mk
# Backup files
*~
.#*
# clangd
.cache/
compile_commands.json