Compare commits
2 Commits
a54d3c9af1
...
93164a9303
Author | SHA1 | Date | |
---|---|---|---|
93164a9303 | |||
ce8fe68c5d |
15
.devcontainer.json
Normal file
15
.devcontainer.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"build": {
|
||||
"dockerfile": "Dockerfile"
|
||||
},
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
"extensions": [
|
||||
"ms-vscode.cmake-tools",
|
||||
"ms-vscode.cpptools",
|
||||
"mshr-h.veriloghdl",
|
||||
"twxs.cmake"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
@ -1,2 +1 @@
|
||||
build
|
||||
fw/build
|
||||
build
|
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,2 +1 @@
|
||||
build
|
||||
fw/build
|
||||
build
|
Loading…
Reference in New Issue
Block a user