Browse Source

Remove IDE files and ignore it

Miquel Ortega 5 years ago
parent
commit
9c7c9dbf0a
4 changed files with 1 additions and 53 deletions
  1. 1 0
      .gitignore
  2. 0 16
      .vscode/c_cpp_properties.json
  3. 0 27
      .vscode/launch.json
  4. 0 10
      .vscode/settings.json

+ 1 - 0
.gitignore

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

+ 0 - 16
.vscode/c_cpp_properties.json

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

+ 0 - 27
.vscode/launch.json

@@ -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
-                }
-            ]
-        }
-    ]
-}

+ 0 - 10
.vscode/settings.json

@@ -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"
-    }
-}