From 1b7fbcb02859af28e27c9afb76846590cf26573b Mon Sep 17 00:00:00 2001 From: root Date: Thu, 15 May 2025 11:12:17 +0800 Subject: [PATCH] Add .gitignore to ignore build/, install/, log/ directories --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7f207df --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +/build/ +/install/ +/log/ +