Clean up ignores
This commit is contained in:
parent
675477087e
commit
bffbc23db4
2 changed files with 3 additions and 43 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -4,3 +4,6 @@ uf2-bootloader.elf
|
||||||
tmp
|
tmp
|
||||||
*.sw?
|
*.sw?
|
||||||
Makefile.user
|
Makefile.user
|
||||||
|
node_modules
|
||||||
|
scripts/clean-ifaces/*.plist
|
||||||
|
.vscode/c_cpp_properties.json
|
||||||
|
|
|
||||||
43
.vscode/c_cpp_properties.json
vendored
43
.vscode/c_cpp_properties.json
vendored
|
|
@ -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"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
Loading…
Reference in a new issue