diff options
author | Eric Blossom | 2010-11-24 18:35:20 -0800 |
---|---|---|
committer | Eric Blossom | 2010-11-24 18:35:20 -0800 |
commit | 401465831199fa8e29f36d604d9004020a657e72 (patch) | |
tree | 860798e74d6bea1438714edae64f8cbfe679701d | |
parent | 6b5643a78ad552722567f5b73ca7e1ec042beb5f (diff) | |
download | gnuradio-401465831199fa8e29f36d604d9004020a657e72.tar.gz gnuradio-401465831199fa8e29f36d604d9004020a657e72.tar.bz2 gnuradio-401465831199fa8e29f36d604d9004020a657e72.zip |
Update .gitignore's
-rw-r--r-- | gr-audio-alsa/src/.gitignore | 1 | ||||
-rw-r--r-- | gr-noaa/swig/.gitignore | 1 | ||||
-rw-r--r-- | gr-noaa/swig/gnuradio/.gitignore | 2 | ||||
-rw-r--r-- | gr-pager/swig/.gitignore | 1 | ||||
-rw-r--r-- | gr-pager/swig/gnuradio/.gitignore | 2 | ||||
-rw-r--r-- | gr-trellis/src/lib/.gitignore | 1 | ||||
-rw-r--r-- | gr-uhd/swig/gnuradio/.gitignore | 2 | ||||
-rw-r--r-- | gr-usrp/src/.gitignore | 1 | ||||
-rw-r--r-- | gr-usrp/src/gnuradio/.gitignore | 2 |
9 files changed, 13 insertions, 0 deletions
diff --git a/gr-audio-alsa/src/.gitignore b/gr-audio-alsa/src/.gitignore index b751c6731..2416d8a99 100644 --- a/gr-audio-alsa/src/.gitignore +++ b/gr-audio-alsa/src/.gitignore @@ -13,4 +13,5 @@ /audio_alsa.py /audio_alsa.cc /run_tests +/run_guile_tests /*.pyc diff --git a/gr-noaa/swig/.gitignore b/gr-noaa/swig/.gitignore index d18a966df..1dabce66b 100644 --- a/gr-noaa/swig/.gitignore +++ b/gr-noaa/swig/.gitignore @@ -4,3 +4,4 @@ Makefile.in .libs noaa_swig.cc noaa_swig.py +/run_guile_tests diff --git a/gr-noaa/swig/gnuradio/.gitignore b/gr-noaa/swig/gnuradio/.gitignore new file mode 100644 index 000000000..0c49489de --- /dev/null +++ b/gr-noaa/swig/gnuradio/.gitignore @@ -0,0 +1,2 @@ +/noaa_swig-primitive.scm +/noaa_swig.scm diff --git a/gr-pager/swig/.gitignore b/gr-pager/swig/.gitignore index 6df28c365..3905ceb62 100644 --- a/gr-pager/swig/.gitignore +++ b/gr-pager/swig/.gitignore @@ -4,3 +4,4 @@ /pager_swig.cc /*.pyc /run_tests +/run_guile_tests diff --git a/gr-pager/swig/gnuradio/.gitignore b/gr-pager/swig/gnuradio/.gitignore new file mode 100644 index 000000000..15034e70e --- /dev/null +++ b/gr-pager/swig/gnuradio/.gitignore @@ -0,0 +1,2 @@ +pager_swig-primitive.scm +pager_swig.scm diff --git a/gr-trellis/src/lib/.gitignore b/gr-trellis/src/lib/.gitignore index 8932c3611..fd893256c 100644 --- a/gr-trellis/src/lib/.gitignore +++ b/gr-trellis/src/lib/.gitignore @@ -97,3 +97,4 @@ /trellis_generated.i /generate-stamp /stamp-* +/run_guile_tests diff --git a/gr-uhd/swig/gnuradio/.gitignore b/gr-uhd/swig/gnuradio/.gitignore new file mode 100644 index 000000000..820cedd8c --- /dev/null +++ b/gr-uhd/swig/gnuradio/.gitignore @@ -0,0 +1,2 @@ +uhd_swig-primitive.scm +uhd_swig.scm diff --git a/gr-usrp/src/.gitignore b/gr-usrp/src/.gitignore index b1ea28d48..1514f0d6b 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 000000000..0c4d489ab --- /dev/null +++ b/gr-usrp/src/gnuradio/.gitignore @@ -0,0 +1,2 @@ +usrp_swig-primitive.scm +usrp_swig.scm |