From 67c778d19c862218423a17f889401eaeb2ebfbb9 Mon Sep 17 00:00:00 2001 From: Nicholas Noll Date: Wed, 8 Sep 2021 16:08:28 -0700 Subject: chore: update gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 0c4c0df..8304f48 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,15 @@ bin/ lib/ src/ -build/ data/ share/ vendor/ test/ +.build/ +.test/ +.cache/ include/libc +include/vendor sys/cc sys/nixos bin/fasttree -- cgit v1.2.1