1
0
mirror of https://github.com/coturn/coturn.git synced 2025-11-03 08:21:00 +01:00

Remove IDE files and ignore it

This commit is contained in:
Miquel Ortega 2020-04-02 11:16:54 +02:00
parent aeb0474344
commit 9c7c9dbf0a
4 changed files with 1 additions and 53 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@ build
include
lib
sqlite
.vscode

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
}

27
.vscode/launch.json vendored
View File

@ -1,27 +0,0 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "(gdb) Launch",
"type": "cppdbg",
"request": "launch",
"program": "enter program name, for example ${workspaceFolder}/a.out",
"args": [],
"stopAtEntry": false,
"cwd": "${workspaceFolder}",
"environment": [],
"externalConsole": false,
"MIMode": "gdb",
"setupCommands": [
{
"description": "Enable pretty-printing for gdb",
"text": "-enable-pretty-printing",
"ignoreFailures": true
}
]
}
]
}

10
.vscode/settings.json vendored
View File

@ -1,10 +0,0 @@
{
"files.associations": {
"prom_server.h": "c",
"stdlib.h": "c",
"stdio.h": "c",
"signal.h": "c",
"prom.h": "c",
"unistd.h": "c"
}
}