From e15a26428fc4ca013891c245d51fb0b0f865a448 Mon Sep 17 00:00:00 2001 From: Ulysse Cura Date: Fri, 17 Jul 2026 17:57:17 +0200 Subject: [PATCH] Going to ccls. --- GCC_Project/.ccls | 1 + GCC_Project/.gitignore | 3 ++- GCC_Project/.vscode/c_cpp_properties.json | 10 ---------- 3 files changed, 3 insertions(+), 11 deletions(-) create mode 100644 GCC_Project/.ccls delete mode 100644 GCC_Project/.vscode/c_cpp_properties.json diff --git a/GCC_Project/.ccls b/GCC_Project/.ccls new file mode 100644 index 0000000..90584dd --- /dev/null +++ b/GCC_Project/.ccls @@ -0,0 +1 @@ +gcc diff --git a/GCC_Project/.gitignore b/GCC_Project/.gitignore index c795b05..4239b68 100644 --- a/GCC_Project/.gitignore +++ b/GCC_Project/.gitignore @@ -1 +1,2 @@ -build \ No newline at end of file +.ccls-cache +build diff --git a/GCC_Project/.vscode/c_cpp_properties.json b/GCC_Project/.vscode/c_cpp_properties.json deleted file mode 100644 index 828fd27..0000000 --- a/GCC_Project/.vscode/c_cpp_properties.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "configurations": [ - { - "name": "Default", - "includePath": [ - ] - } - ], - "version": 1 -} \ No newline at end of file