From 4c8d3c183290cb76da81ba92b2b082d7d14443e6 Mon Sep 17 00:00:00 2001 From: Lyndon Sanche Date: Thu, 14 Mar 2024 12:44:26 -0600 Subject: [PATCH] Add result to .gitignore to speed up statix --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 8c90a3f1..e12d7f91 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .pre-commit-config.yaml +result/ .direnv/ *.qcow2 \ No newline at end of file