From 6198fdf5d54b7c4d9e910a6d107372b6847395fd Mon Sep 17 00:00:00 2001 From: Cryse Hillmes Date: Tue, 10 Dec 2024 12:18:01 +0800 Subject: [PATCH] Update `.gitignore` for CMake and Visual Studio. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 4e44ee6..873cc56 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,7 @@ unicode/ test262_*.txt .idea cmake-* +.vs +out/ +CMakeUserPresets.json fuzz