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