projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9eddeb3
)
gitignore: add a bunch of cache and rust/target stuff
author
Ramakrishnan Muthukrishnan
<ram@rkrishnan.org>
Sat, 7 Dec 2024 16:56:29 +0000
(22:26 +0530)
committer
Ramakrishnan Muthukrishnan
<ram@rkrishnan.org>
Sat, 7 Dec 2024 16:56:29 +0000
(22:26 +0530)
.gitignore
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index b52d0116cce4ef002ecaa3934321318b4a972866..1c17e736ca5f19071c767cde98a65da4ee0ad08d 100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-1,5
+1,5
@@
*.o
pihpsdr
.vscode
-rust/*
-.cache/*
\ No newline at end of file
+.cache/*
+rust/target/*