From ff67c8c9220ca78c845558ab9466818864bb0aab Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Mon, 6 Oct 2025 09:54:46 +0300 Subject: [PATCH] meta: ignore build artifacts & junk Signed-off-by: NotAShelf Change-Id: I6a6a6964246aa8a84b0b87cdb4fbad7690cb1a38 --- .gitignore | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8a5ac6a --- /dev/null +++ b/.gitignore @@ -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*