Updated gitignore

This commit is contained in:
Dawid Pietrykowski 2022-11-24 21:43:28 +01:00
parent 2e5758eb98
commit e3e8dbb442
4 changed files with 6 additions and 29 deletions

7
.gitignore vendored
View File

@ -1 +1,6 @@
**/build *
!*.c
!*.h
!*.pdf
!*.txt
!*.cpp

View File

@ -1,28 +0,0 @@
{
"tasks": [
{
"type": "cppbuild",
"label": "C/C++: gcc build active file",
"command": "/usr/bin/gcc",
"args": [
"-fdiagnostics-color=always",
"-g",
"${file}",
"-o",
"${fileDirname}/${fileBasenameNoExtension}"
],
"options": {
"cwd": "${fileDirname}"
},
"problemMatcher": [
"$gcc"
],
"group": {
"kind": "build",
"isDefault": true
},
"detail": "Task generated by Debugger."
}
],
"version": "2.0.0"
}

Binary file not shown.

Binary file not shown.