meta: ignore build artifacts & junk
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I6a6a6964246aa8a84b0b87cdb4fbad7690cb1a38
This commit is contained in:
parent
8bb7f75bd0
commit
ff67c8c922
1 changed files with 62 additions and 0 deletions
62
.gitignore
vendored
Normal file
62
.gitignore
vendored
Normal file
|
@ -0,0 +1,62 @@
|
|||
# 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*
|
Loading…
Add table
Add a link
Reference in a new issue