diff options
author | Johnathan Corgan | 2011-07-04 21:00:18 -0700 |
---|---|---|
committer | Johnathan Corgan | 2011-07-04 21:00:18 -0700 |
commit | b7d8980a6e9e070609b4270ad51d8a91ebfb60b2 (patch) | |
tree | 81778d3b89ee8fe736d79949b9c8c21701f88975 /gr-audio/examples/python/.gitignore | |
parent | 2930812784e1b2d9325efccc163448e14118af7c (diff) | |
download | gnuradio-b7d8980a6e9e070609b4270ad51d8a91ebfb60b2.tar.gz gnuradio-b7d8980a6e9e070609b4270ad51d8a91ebfb60b2.tar.bz2 gnuradio-b7d8980a6e9e070609b4270ad51d8a91ebfb60b2.zip |
gnuradio-examples, gr-audio: moved audio Python and C++ examples into gr-audio
This begins a transition of examples from a separate gnuradio-examples component
into an examples directory with the component they go with. In this commit:
gnuradio-examples/c++/audio/ => gr-audio/examples/c++
gnuradio-examples/python/audio => gr-audio/examples/python
The system installation directory remains $PREFIX/share/gnuradio/examples/audio
Diffstat (limited to 'gr-audio/examples/python/.gitignore')
-rw-r--r-- | gr-audio/examples/python/.gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gr-audio/examples/python/.gitignore b/gr-audio/examples/python/.gitignore new file mode 100644 index 000000000..b4813f3c8 --- /dev/null +++ b/gr-audio/examples/python/.gitignore @@ -0,0 +1,4 @@ +/Makefile +/Makefile.in +/*.pyc +/*.pyo |