core(ignore): adding ignore to the repository

This commit is contained in:
Raphael 2025-09-17 18:07:53 +02:00
parent e37ee8bb1b
commit 3da275fc74
No known key found for this signature in database

61
.gitignore vendored Normal file
View file

@ -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/