From 12e75dd0dcf769484880b787aac0246959ab1761 Mon Sep 17 00:00:00 2001
From: Ramakrishnan Muthukrishnan <ram@rkrishnan.org>
Date: Sat, 7 Dec 2024 22:26:29 +0530
Subject: [PATCH] gitignore: add a bunch of cache and rust/target stuff

---
 .gitignore | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index b52d011..1c17e73 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,5 @@
 *.o
 pihpsdr
 .vscode
-rust/*
-.cache/*
\ No newline at end of file
+.cache/*
+rust/target/*
-- 
2.45.2