diff options
author | Eric Blossom | 2010-10-18 20:57:33 -0700 |
---|---|---|
committer | Eric Blossom | 2010-11-10 12:10:45 -0800 |
commit | d169bfeee38f883cbf6b7ddf41ce8645a8370549 (patch) | |
tree | b66254a20cc9e2eb02b4f3696b58ea9e05dc9436 | |
parent | 9a55e397415e9a9b144812953c8b9760232105b4 (diff) | |
download | gnuradio-d169bfeee38f883cbf6b7ddf41ce8645a8370549.tar.gz gnuradio-d169bfeee38f883cbf6b7ddf41ce8645a8370549.tar.bz2 gnuradio-d169bfeee38f883cbf6b7ddf41ce8645a8370549.zip |
gitignore swig generated files
-rw-r--r-- | gr-usrp2/src/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-usrp2/src/.gitignore b/gr-usrp2/src/.gitignore index 6f241fe83..321a8ae84 100644 --- a/gr-usrp2/src/.gitignore +++ b/gr-usrp2/src/.gitignore @@ -4,6 +4,7 @@ /.deps /usrp2.py /usrp2.cc +/usrp2_python.cc /run_tests /test_gr_usrp2 /*.pyc |