From a91d559f0de7d513f9b372c284a6c8e98ee8b90e 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(+) (limited to '.gitignore') 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