mirror of
https://codeberg.org/unspeaker/vestal.git
synced 2025-12-06 15:06:42 +01:00
This commit is contained in:
parent
07f6f82268
commit
b165573e55
14 changed files with 159 additions and 56 deletions
14
.gitignore
vendored
14
.gitignore
vendored
|
|
@ -1,4 +1,16 @@
|
|||
target
|
||||
target/*
|
||||
!target/.gitkeep
|
||||
*.dll
|
||||
*.exe
|
||||
bin/
|
||||
perf.data*
|
||||
flamegraph*.svg
|
||||
vgcore*
|
||||
example.mid
|
||||
cov
|
||||
*/cov
|
||||
*.profraw
|
||||
build/*
|
||||
!build/README.md
|
||||
!build/*.sh
|
||||
!build/Dockerfile.*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue