diff options
-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 |