From fddd3c353abf4bd76ee76b3e09229f1c4c57b883 Mon Sep 17 00:00:00 2001 From: Wohlstand Date: Mon, 27 May 2024 01:13:40 +0300 Subject: Update .gitignore Ignore VisualStudio related stuff when opening CMake project --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 449345f..7da2308 100644 --- a/.gitignore +++ b/.gitignore @@ -48,3 +48,8 @@ cmake-build-*/* # Gen ADLDATA's deep-debug WAVs fm_banks/_deep_debug/* + +# MSVC Cmake integration +.vs/ +/out/ +CMakeSettings.json -- cgit v1.2.3