diff options
author | Eric Blossom | 2010-11-13 16:19:48 -0800 |
---|---|---|
committer | Eric Blossom | 2010-11-13 16:19:48 -0800 |
commit | abde5affda1533c518cce06d5edcffa4eda52340 (patch) | |
tree | ae4bc874f5af57bfe1871111f1cf9e3f601860c8 /gr-guile/.gitignore | |
parent | cefeb248677decabaeccff7ba2a526343baa215a (diff) | |
download | gnuradio-abde5affda1533c518cce06d5edcffa4eda52340.tar.gz gnuradio-abde5affda1533c518cce06d5edcffa4eda52340.tar.bz2 gnuradio-abde5affda1533c518cce06d5edcffa4eda52340.zip |
dail-tone.wfd example waveform can be loaded and run by gr-run-waveform.
Write new app, gr-run-waveform, that reads waveforms and runs them.
We'll need to turn this into a small piece of C/C++ code that embeds
guile, but the guts of it is working.
Diffstat (limited to 'gr-guile/.gitignore')
-rw-r--r-- | gr-guile/.gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gr-guile/.gitignore b/gr-guile/.gitignore new file mode 100644 index 000000000..16c984055 --- /dev/null +++ b/gr-guile/.gitignore @@ -0,0 +1,6 @@ +/Makefile +/Makefile.in +/.deps +/.libs +/*.la +/*.lo |