From 17f07d5e18f3b5fd41e053920882d4cd46df545d Mon Sep 17 00:00:00 2001 From: Dm1tr1y147 Date: Thu, 26 Mar 2020 17:00:14 +0500 Subject: [PATCH] added .gitignore --- .gitignore | 2 ++ .vscode/c_cpp_properties.json | 16 ---------------- .vscode/settings.json | 5 ----- 3 files changed, 2 insertions(+), 21 deletions(-) create mode 100644 .gitignore delete mode 100644 .vscode/c_cpp_properties.json delete mode 100644 .vscode/settings.json diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..89fa858 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.vscode +ebitor diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json deleted file mode 100644 index 0b0eed0..0000000 --- a/.vscode/c_cpp_properties.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "configurations": [ - { - "name": "Linux", - "includePath": [ - "${workspaceFolder}/**" - ], - "defines": [], - "compilerPath": "/usr/bin/gcc", - "cStandard": "c11", - "cppStandard": "c++17", - "intelliSenseMode": "clang-x64" - } - ], - "version": 4 -} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index f094915..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "files.associations": { - "errno.h": "c" - } -} \ No newline at end of file