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