From 2ad959bde9c6ce7064e7ff3609dd5a06f811befa Mon Sep 17 00:00:00 2001 From: km Date: Thu, 26 Mar 2026 09:07:46 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=93=E3=83=AB=E3=83=89=E3=82=AA=E3=83=96?= =?UTF-8?q?=E3=82=B8=E3=82=A7=E3=82=AF=E3=83=88=E3=82=92=20.gitignore=20?= =?UTF-8?q?=E3=81=AB=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 567609b..f653532 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ build/ +*.o +src/*.o +tests/*.o