motiejus/zig

fork of https://codeberg.org/ziglang/zig
git clone https://git.jakstys.lt/motiejus/zig.git
Log | Tree | Refs | README | LICENSE

commit 8299fe19c056e9bae6f87a8281741d1e90019993 (tree)
parent f9fa768dca1f16dea6e62213a8c0e77538285033
Author: Josh Wolfe <thejoshwolfe@gmail.com>
Date:   Sun, 23 Apr 2017 08:12:54 -0700

add test_artifacts to .gitignore, so you can commit while tests are running

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

diff --git a/.gitignore b/.gitignore @@ -3,3 +3,4 @@ build-release/ /.cproject /.project /.settings/ +/test_artifacts/