From e5f4dfe1e75f5ec48bd4bd9de6a1a601044d9c84 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E6=98=9F=E5=A4=96=E4=B9=8B=E7=A5=9E?= Date: Mon, 12 Dec 2022 09:56:28 +0800 Subject: [PATCH] gitignore: Add built files on Windows --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 120e1929f..21a2dba5a 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,6 @@ tests/_test .DS_Store .vscode Makecache + +*.dll +*.exe -- 2.47.2