mirror of
https://codeberg.org/likwid/likwid.git
synced 2026-06-25 07:27:42 +00:00
repo, backend: modify 1 file, add 1 file
Verified changes: - modify .gitignore - add backend/Cargo.lock Diffstat: - 2 files changed, 4624 insertions(+)
This commit is contained in:
parent
5c29d6101a
commit
785fd32c1a
2 changed files with 4624 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -2,6 +2,7 @@
|
|||
/backend/target/
|
||||
**/*.rs.bk
|
||||
Cargo.lock
|
||||
!backend/Cargo.lock
|
||||
|
||||
# Additional local Rust build artifacts
|
||||
/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