From e4fce6b6c1ede80dcf717daba2200a296aea8834 Mon Sep 17 00:00:00 2001 From: PepMS <jmarti@iri.upc.edu> Date: Thu, 2 Apr 2020 13:37:21 +0200 Subject: [PATCH] Untracking files --- .gitignore | 4 ---- .vscode/c_cpp_properties.json | 16 ---------------- 2 files changed, 20 deletions(-) delete mode 100644 .gitignore delete mode 100644 .vscode/c_cpp_properties.json diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 5a52268..0000000 --- a/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -bin/ -build/ -lib/ -.clang-format diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json deleted file mode 100644 index afd1a20..0000000 --- a/.vscode/c_cpp_properties.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "configurations": [ - { - "name": "Linux", - "includePath": [ - "${workspaceFolder}/**", - "${workspaceFolder}/include" - ], - "defines": [], - "compilerPath": "/usr/bin/clang", - "cStandard": "c11", - "intelliSenseMode": "clang-x64" - } - ], - "version": 4 -} \ No newline at end of file -- GitLab