mirror of
https://codeberg.org/likwid/likwid.git
synced 2026-02-09 21:13:09 +00:00
build: include backend Cargo.lock for container builds
This commit is contained in:
parent
26e45e02cf
commit
0db4cf7a94
2 changed files with 4624 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -2,6 +2,7 @@
|
||||||
/backend/target/
|
/backend/target/
|
||||||
**/*.rs.bk
|
**/*.rs.bk
|
||||||
Cargo.lock
|
Cargo.lock
|
||||||
|
!backend/Cargo.lock
|
||||||
|
|
||||||
# Additional local Rust build artifacts
|
# Additional local Rust build artifacts
|
||||||
/backend/target-*/
|
/backend/target-*/
|
||||||
|
|
|
||||||
4623
backend/Cargo.lock
generated
Normal file
4623
backend/Cargo.lock
generated
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue