mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
update .gitignore to include /release/ and /debug/
This commit is contained in:
parent
a1a1929cf4
commit
33e53d7294
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -10,6 +10,8 @@
|
||||||
# -andrewrk
|
# -andrewrk
|
||||||
|
|
||||||
zig-cache/
|
zig-cache/
|
||||||
|
/release/
|
||||||
|
/debug/
|
||||||
/build/
|
/build/
|
||||||
/build-*/
|
/build-*/
|
||||||
/docgen_tmp/
|
/docgen_tmp/
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue