added .gitignore

This commit is contained in:
Dmitriy Shishkov 2020-03-26 17:00:14 +05:00
parent bf4c9a7e75
commit 17f07d5e18
3 changed files with 2 additions and 21 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
.vscode
ebitor

View File

@ -1,16 +0,0 @@
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"compilerPath": "/usr/bin/gcc",
"cStandard": "c11",
"cppStandard": "c++17",
"intelliSenseMode": "clang-x64"
}
],
"version": 4
}

View File

@ -1,5 +0,0 @@
{
"files.associations": {
"errno.h": "c"
}
}