Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I6a6a6964246aa8a84b0b87cdb4fbad7690cb1a38
62 lines
547 B
Text
62 lines
547 B
Text
# Object files
|
|
*.o
|
|
*.ko
|
|
*.mod
|
|
*.mod.c
|
|
*.mod.o
|
|
|
|
# Linker and symbol files
|
|
*.symvers
|
|
*.order
|
|
Module.symvers
|
|
Module.markers
|
|
modules.order
|
|
|
|
# Dependency files
|
|
*.d
|
|
.*.d
|
|
.*.cmd
|
|
|
|
# Temporary files
|
|
.tmp_versions/
|
|
*.tmp
|
|
|
|
# Build system files
|
|
.cache.mk
|
|
|
|
# Editor backup files
|
|
*~
|
|
*.swp
|
|
*.swo
|
|
.*.swp
|
|
.*.swo
|
|
|
|
# IDE files
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Patch and diff files
|
|
*.orig
|
|
*.rej
|
|
*.patch
|
|
|
|
# Compiled binaries
|
|
*.a
|
|
*.so
|
|
|
|
# Debug files
|
|
*.dwo
|
|
|
|
# Kernel configuration
|
|
.config
|
|
.config.old
|
|
|
|
# Build logs
|
|
*.log
|
|
|
|
# DKMS build artifacts
|
|
dkms_main.log
|
|
|
|
# Nix
|
|
/*.qcow2
|
|
/result*
|