Updated gitignore
This commit is contained in:
parent
2e5758eb98
commit
e3e8dbb442
7
.gitignore
vendored
7
.gitignore
vendored
@ -1 +1,6 @@
|
||||
**/build
|
||||
*
|
||||
!*.c
|
||||
!*.h
|
||||
!*.pdf
|
||||
!*.txt
|
||||
!*.cpp
|
||||
|
28
processes/.vscode/tasks.json
vendored
28
processes/.vscode/tasks.json
vendored
@ -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"
|
||||
}
|
BIN
processes/13
BIN
processes/13
Binary file not shown.
BIN
processes/15
BIN
processes/15
Binary file not shown.
Loading…
Reference in New Issue
Block a user