From 892d5f766b831158c433b182b19822dfcf9b6fc3 Mon Sep 17 00:00:00 2001 From: Crylia Date: Wed, 20 Mar 2024 17:37:18 +0100 Subject: [PATCH] last gitignore commit --- .gitignore | 2 ++ .vscode/c_cpp_properties.json | 21 --------------------- .vscode/settings.json | 4 ---- 3 files changed, 2 insertions(+), 25 deletions(-) delete mode 100755 .vscode/c_cpp_properties.json delete mode 100755 .vscode/settings.json diff --git a/.gitignore b/.gitignore index f5ba58f..82cfb9e 100755 --- a/.gitignore +++ b/.gitignore @@ -56,3 +56,5 @@ compile_commands.json /build/* !/build/CmakeLists.txt !/build/CryliaPlayer.desktop.in + +/.vscode/ diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json deleted file mode 100755 index 2d38446..0000000 --- a/.vscode/c_cpp_properties.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "configurations": [ - { - "name": "Linux", - "includePath": [ - "${default}", - "/usr/include/", - "/usr/include/**", - "/usr/lib/x86_64-linux-gnu/", - "/usr/lib/x86_64-linux-gnu/**" - ], - "defines": [], - "compilerPath": "/usr/bin/g++", - "intelliSenseMode": "linux-clang-x64", - "configurationProvider": "ms-vscode.cmake-tools", - "cppStandard": "c++17", - "cStandard": "c17" - } - ], - "version": 4 -} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100755 index 79c442b..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "cmake.sourceDirectory": "/home/crylia/Dokumente/git/CryliaPlayer/build", - "C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools" -}