zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 33e53d729493bdfc76726dd2d247e1998e321930 (tree)
parent a1a1929cf4ff979bdaba17f858d4ce8647e87a65
Author: g-w1 <jacoblevgw@gmail.com>
Date:   Thu, 31 Dec 2020 10:21:58 -0500

update .gitignore to include /release/ and /debug/

Diffstat:
M.gitignore | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -10,6 +10,8 @@ # -andrewrk zig-cache/ +/release/ +/debug/ /build/ /build-*/ /docgen_tmp/