diff options
author | Eric Blossom <eb@comsec.com> | 2010-11-24 18:35:20 -0800 |
---|---|---|
committer | Eric Blossom <eb@comsec.com> | 2010-11-24 18:35:20 -0800 |
commit | 401465831199fa8e29f36d604d9004020a657e72 (patch) | |
tree | 860798e74d6bea1438714edae64f8cbfe679701d /gr-usrp | |
parent | 6b5643a78ad552722567f5b73ca7e1ec042beb5f (diff) |
Update .gitignore's
Diffstat (limited to 'gr-usrp')
-rw-r--r-- | gr-usrp/src/.gitignore | 1 | ||||
-rw-r--r-- | gr-usrp/src/gnuradio/.gitignore | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/gr-usrp/src/.gitignore b/gr-usrp/src/.gitignore index b1ea28d48d..1514f0d6bb 100644 --- a/gr-usrp/src/.gitignore +++ b/gr-usrp/src/.gitignore @@ -10,5 +10,6 @@ /usrp_swig_python.cc /usrp_swig_guile.cc /run_tests +/run_guile_tests /usrp_dbids.py /*.pyc diff --git a/gr-usrp/src/gnuradio/.gitignore b/gr-usrp/src/gnuradio/.gitignore new file mode 100644 index 0000000000..0c4d489ab5 --- /dev/null +++ b/gr-usrp/src/gnuradio/.gitignore @@ -0,0 +1,2 @@ +usrp_swig-primitive.scm +usrp_swig.scm |