Prepare for the return of Zig
This commit is contained in:
parent
d8f01ed059
commit
d001b8487c
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -7,6 +7,7 @@ on:
|
|||||||
- "**"
|
- "**"
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
- zig
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 0 * * *"
|
- cron: "0 0 * * *"
|
||||||
|
|
||||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -10,3 +10,5 @@ imgui.ini
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
/*.perf
|
/*.perf
|
||||||
/.gdb_history
|
/.gdb_history
|
||||||
|
/.zig-cache/
|
||||||
|
/zig-out/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user