mirror of
https://github.com/lretq/fake-battery-linux.git
synced 2026-08-22 13:27:19 +00:00
22 lines
192 B
Plaintext
22 lines
192 B
Plaintext
# 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
|