mirror of
https://github.com/lretq/fake-battery-linux.git
synced 2026-08-22 13:27:19 +00:00
add gitignore, update module with additional properties
This commit is contained in:
+21
@@ -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
|
||||
Reference in New Issue
Block a user