From 3da275fc74041d58e04018f4b614e76234d405d7 Mon Sep 17 00:00:00 2001 From: Raphael Date: Wed, 17 Sep 2025 18:07:53 +0200 Subject: [PATCH] core(ignore): adding ignore to the repository --- .gitignore | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..047dce2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,61 @@ +to_do* +# Prerequisites +*.d + +# Object files +build/ +*.o +*.ko +*.obj +*.elf + +# Linker output +*.ilk +*.map +*.exp + +# Precompiled Headers +*.gch +*.pch + +# Libraries +*.lib +*.a +*.la +*.lo + +# Shared objects (inc. Windows DLLs) +*.dll +*.so +*.so.* +*.dylib + +# Executables +*.exe +*.out +*.app +*.i*86 +*.x86_64 +*.hex +.test/ + +# Debug files +*.dSYM/ +*.su +*.idb +*.pdb + +# Kernel Module Compile Results +*.mod* +*.cmd +.tmp_versions/ +modules.order +Module.symvers +Mkfile.old +dkms.conf +.clangd + +# Nix files +*.lock +.envrc +.direnv/