mirror of
https://codeberg.org/unspeaker/perch.git
synced 2025-12-06 09:36:42 +01:00
1.0.0: add build infra and release
This commit is contained in:
parent
bba8d39872
commit
e76133a10f
12 changed files with 104 additions and 3 deletions
14
.gitignore
vendored
14
.gitignore
vendored
|
|
@ -1 +1,13 @@
|
|||
target
|
||||
target/*
|
||||
!target/.gitkeep
|
||||
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