From edcf13cf515a4648879545b5355d1438f78f9a52 Mon Sep 17 00:00:00 2001
From: Ramakrishnan Muthukrishnan <ram@rkrishnan.org>
Date: Sat, 18 Dec 2021 17:19:11 +0530
Subject: [PATCH] add a gitignore file

---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)
 create mode 100644 .gitignore

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..00d5a53
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+*.o
+pihpsdr
+.vscode
-- 
2.45.2