mirror of
https://codeberg.org/unspeaker/tek.git
synced 2026-09-18 04:46:43 +02:00
This commit is contained in:
parent
3deef0641d
commit
d495d97516
16 changed files with 462 additions and 425 deletions
27
.gitignore
vendored
27
.gitignore
vendored
|
|
@ -1,18 +1,19 @@
|
|||
*/target
|
||||
target/*
|
||||
!target/.gitkeep
|
||||
perf.data*
|
||||
flamegraph*.svg
|
||||
vgcore*
|
||||
example.mid
|
||||
cov
|
||||
*/cov
|
||||
*.profraw
|
||||
build/*
|
||||
!build/README.md
|
||||
!build/*.sh
|
||||
!build/Dockerfile.*
|
||||
.misc
|
||||
!build/README.md
|
||||
!target/.gitkeep
|
||||
*.profraw
|
||||
*/cov
|
||||
*/target
|
||||
.direnv
|
||||
.misc
|
||||
build/*
|
||||
callgrind.*
|
||||
cov
|
||||
example.mid
|
||||
flamegraph*.svg
|
||||
perf.data*
|
||||
profile.json.gz
|
||||
target/*
|
||||
tracing*.*
|
||||
vgcore*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue