aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJulien Dessaux2022-02-20 23:05:50 +0100
committerJulien Dessaux2022-02-20 23:06:19 +0100
commit0c80404e1140b19576505c3cf4416cad56400d29 (patch)
treeffa713ec0d25cc3ee2f9b27c11bfed3a5ff7fb5a /.gitignore
parentBegan implementing the funge98 stack stack (diff)
downloadzigfunge98-0c80404e1140b19576505c3cf4416cad56400d29.tar.gz
zigfunge98-0c80404e1140b19576505c3cf4416cad56400d29.tar.bz2
zigfunge98-0c80404e1140b19576505c3cf4416cad56400d29.zip
Added code coverage to tests with zig build test -Dtest-coverage
Diffstat (limited to '')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 4c82b07..6380ab0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
+kcov-output/
zig-cache
zig-out