From bffbc23db4ea5f18c3e2ef553e2d2b30d7871c94 Mon Sep 17 00:00:00 2001 From: Michal Moskal Date: Wed, 30 Aug 2017 15:43:34 +0100 Subject: [PATCH] Clean up ignores --- .gitignore | 3 +++ .vscode/c_cpp_properties.json | 43 ----------------------------------- 2 files changed, 3 insertions(+), 43 deletions(-) delete mode 100644 .vscode/c_cpp_properties.json diff --git a/.gitignore b/.gitignore index 67e66a8..c9b4702 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,6 @@ uf2-bootloader.elf tmp *.sw? Makefile.user +node_modules +scripts/clean-ifaces/*.plist +.vscode/c_cpp_properties.json diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json deleted file mode 100644 index ab28877..0000000 --- a/.vscode/c_cpp_properties.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "configurations": [ - { - "name": "Mac", - "includePath": [ - "/usr/include" - ], - "browse": { - "limitSymbolsToIncludedHeaders": true, - "databaseFilename": "", - "path": [ - "/usr/include" - ] - } - }, - { - "name": "Linux", - "includePath": [ - "/usr/include" - ], - "browse": { - "limitSymbolsToIncludedHeaders": true, - "databaseFilename": "", - "path": [ - "/usr/include" - ] - } - }, - { - "name": "Win32", - "includePath": [ - "c:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/include" - ], - "browse": { - "limitSymbolsToIncludedHeaders": true, - "databaseFilename": "", - "path": [ - "c:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/include" - ] - } - } - ] -} \ No newline at end of file