From 8ada2a392ac5f51edb35943b7cf02d5ec1bf8d6b Mon Sep 17 00:00:00 2001 From: Nuno Alexandre Date: Fri, 11 Nov 2022 11:11:23 +0100 Subject: [PATCH] Ignore nix build ./result output dir (#1072) --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 67318abd0f..45adb64f1e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ # Generated by Cargo # will have compiled files and executables **/target/ +**/bin/ # These are backup files generated by rustfmt **/*.rs.bk @@ -35,4 +36,5 @@ Temporary Items .apdisk # Node Modules -**/node_modules \ No newline at end of file +**/node_modules +