core(ignore): adding the build directory to ignore

This commit is contained in:
Raphael 2025-09-17 17:32:49 +02:00
parent d1d78c8d7d
commit 8313d8a1c5
No known key found for this signature in database

1
.gitignore vendored
View file

@ -3,6 +3,7 @@ to_do*
*.d *.d
# Object files # Object files
build/
*.o *.o
*.ko *.ko
*.obj *.obj