From cabdbad2673aeb7250ce9f9b3131581bb36cf8c6 Mon Sep 17 00:00:00 2001 From: "Mr.V" Date: Tue, 30 Jan 2024 10:20:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=BD=E7=95=A5=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..77b2158 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +/build/ +/app/ +*.tgz +*.tar +*.log +*.o +*.out