Skip to content

Commit 1cddf74

Browse files
committed
feat(mcpp): add mcpp.lock + ignore target/
1 parent 80ef88b commit 1cddf74

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
build/
22
.xmake/
3+
# mcpp build artefacts
4+
target/

mcpp.lock

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Auto-generated by mcpp. Do not edit by hand.
2+
version = 1
3+
4+
[package."mbedtls"]
5+
version = "3.6.1"
6+
source = "mcpp-index+https://github.com/mcpp-community/mcpp-index.git"
7+
hash = "sha256:<from-xlings>"
8+

0 commit comments

Comments
 (0)