From f9ad86e3123c30b31cc5a033a120543012862576 Mon Sep 17 00:00:00 2001 From: Maxime Biette Date: Tue, 6 Jul 2021 18:30:50 -0400 Subject: [PATCH] Update .gitignore for Visual Studio, ReSharper and CLion --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8f58fc82..7c26891d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ build/ .vscode/ +.vs/ +.idea/ *.old *.dll *.exe @@ -8,4 +10,6 @@ build/ .DS_Store root_dev/ sdrpp_v0.2.5_beta_x64 -sdrpp_v0.2.5_beta_x64_new_wf \ No newline at end of file +sdrpp_v0.2.5_beta_x64_new_wf +Folder.DotSettings.user +CMakeSettings.json