diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 5a52268305c24ee5e138acf3884b7e7c3050ea0e..0000000000000000000000000000000000000000 --- a/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -bin/ -build/ -lib/ -.clang-format diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json deleted file mode 100644 index afd1a200f78dad63690a42eb88e2c5ced5b27bed..0000000000000000000000000000000000000000 --- a/.vscode/c_cpp_properties.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "configurations": [ - { - "name": "Linux", - "includePath": [ - "${workspaceFolder}/**", - "${workspaceFolder}/include" - ], - "defines": [], - "compilerPath": "/usr/bin/clang", - "cStandard": "c11", - "intelliSenseMode": "clang-x64" - } - ], - "version": 4 -} \ No newline at end of file