From: Ramakrishnan Muthukrishnan <ram@rkrishnan.org>
Date: Sat, 7 Dec 2024 16:56:29 +0000 (+0530)
Subject: gitignore: add a bunch of cache and rust/target stuff
X-Git-Url: https://git.rkrishnan.org/pf/components/install.html?a=commitdiff_plain;h=12e75dd0dcf769484880b787aac0246959ab1761;p=pihpsdr.git

gitignore: add a bunch of cache and rust/target stuff
---

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/*