From 19abce3b7aeeff23a4b17e8f543623771a05d9b9 Mon Sep 17 00:00:00 2001 From: Kiana Sheibani Date: Sat, 26 Aug 2023 17:44:15 -0400 Subject: [PATCH] Add nix build result to gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 678a539..d5c3713 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,5 @@ target/ # MSVC Windows builds of rustc generate these, which store debugging information *.pdb + +result*