From d8d00b88b8ac5c72c39f99290b6e378508418b4b Mon Sep 17 00:00:00 2001 From: anth64 Date: Wed, 8 Oct 2025 19:01:24 +0200 Subject: [PATCH] update gitignore to include build dirs --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 845cda6..702e4e4 100644 --- a/.gitignore +++ b/.gitignore @@ -53,3 +53,8 @@ dkms.conf # debug information files *.dwo + +# Build directories +obj/ +bin/ +