rustkernel/.gitignore
ale 7409cd4d26
initial commit
Signed-off-by: ale <ale@manalejandro.com>
2025-06-15 22:26:49 +02:00

28 lines
223 B
Plaintext

target/
Cargo.lock
*.swp
*.swo
*~
.DS_Store
*.orig
*.rej
# Kernel build artifacts
*.o
*.ko
*.mod.c
modules.order
Module.symvers
.tmp_versions/
# Documentation
doc/
# IDE files
.vscode/
.idea/
*.iml
# OS files
Thumbs.db