ignore test.iq

This commit is contained in:
2026-06-10 22:06:36 +02:00
parent 515682a4ef
commit 577bdc3bac
4 changed files with 10 additions and 0 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/target /target
test.iq

7
Cargo.lock generated Normal file
View File

@ -0,0 +1,7 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4
[[package]]
name = "analog-sdr-video-demodulator"
version = "0.1.0"

0
src/iq_reader.rs Normal file
View File

View File

@ -1,3 +1,5 @@
mod iq_reader;
fn main() { fn main() {
println!("Hello, world!"); println!("Hello, world!");
} }