From 13e97e56fea085c54dab682a8fd138462d81aa2f Mon Sep 17 00:00:00 2001 From: Alexis Hildebrandt Date: Thu, 13 Apr 2023 00:11:54 +0200 Subject: Add .gitignore rules for developing ledger with Nix --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 3a5fc0de..ec3c9b01 100644 --- a/.gitignore +++ b/.gitignore @@ -110,3 +110,7 @@ rules.ninja test/Testing /MathTests /UtilTests +# Files generated when building / developing via Nix +/result* +*/build +/outputs -- cgit v1.2.3