From f35cf44fae75bff5bd02f225fd87686babac3456 Mon Sep 17 00:00:00 2001
From: Ramakrishnan Muthukrishnan <ram@leastauthority.com>
Date: Fri, 17 Feb 2023 15:11:55 +0530
Subject: [PATCH] gitignore: add rust/target

---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 5748427..a2a115a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ wdspWisdom00
 ip.addr
 hpsdr.png
 .DS_Store
+rust/target
\ No newline at end of file
-- 
2.45.2