diff options
author | git repository hosting | 2009-08-13 22:26:53 -0600 |
---|---|---|
committer | git repository hosting | 2009-08-13 22:26:53 -0600 |
commit | f15982950e4674f0cad53d25d36409253661af34 (patch) | |
tree | aeb2d6f70c6e96dcf5231cd68105ace332c27086 /gnuradio-examples | |
parent | a0d13b42bfb3fd081d77e9d73cf4db9695a6d88b (diff) | |
download | gnuradio-f15982950e4674f0cad53d25d36409253661af34.tar.gz gnuradio-f15982950e4674f0cad53d25d36409253661af34.tar.bz2 gnuradio-f15982950e4674f0cad53d25d36409253661af34.zip |
Added git ignore files auto created from svn:ignore properties.
Diffstat (limited to 'gnuradio-examples')
-rw-r--r-- | gnuradio-examples/.gitignore | 25 | ||||
-rw-r--r-- | gnuradio-examples/c++/.gitignore | 5 | ||||
-rw-r--r-- | gnuradio-examples/c++/dial_tone/.gitignore | 5 | ||||
-rw-r--r-- | gnuradio-examples/python/.gitignore | 10 | ||||
-rw-r--r-- | gnuradio-examples/python/apps/.gitignore | 2 | ||||
-rw-r--r-- | gnuradio-examples/python/apps/hf_explorer/.gitignore | 3 | ||||
-rw-r--r-- | gnuradio-examples/python/apps/hf_radio/.gitignore | 3 | ||||
-rw-r--r-- | gnuradio-examples/python/audio/.gitignore | 10 | ||||
-rw-r--r-- | gnuradio-examples/python/digital-bert/.gitignore | 2 | ||||
-rw-r--r-- | gnuradio-examples/python/digital/.gitignore | 11 | ||||
-rw-r--r-- | gnuradio-examples/python/digital_voice/.gitignore | 10 | ||||
-rw-r--r-- | gnuradio-examples/python/mp-sched/.gitignore | 10 | ||||
-rw-r--r-- | gnuradio-examples/python/multi-antenna/.gitignore | 11 | ||||
-rw-r--r-- | gnuradio-examples/python/multi_usrp/.gitignore | 10 | ||||
-rw-r--r-- | gnuradio-examples/python/network/.gitignore | 2 | ||||
-rw-r--r-- | gnuradio-examples/python/ofdm/.gitignore | 4 | ||||
-rw-r--r-- | gnuradio-examples/python/usrp/.gitignore | 10 | ||||
-rw-r--r-- | gnuradio-examples/python/usrp2/.gitignore | 2 |
18 files changed, 135 insertions, 0 deletions
diff --git a/gnuradio-examples/.gitignore b/gnuradio-examples/.gitignore new file mode 100644 index 000000000..29ec71e01 --- /dev/null +++ b/gnuradio-examples/.gitignore @@ -0,0 +1,25 @@ +/Makefile +/Makefile.in +/aclocal.m4 +/configure +/config.h.in +/stamp-h.in +/libtool +/config.log +/config.h +/config.cache +/config.status +/missing +/stamp-h +/stamp-h1 +/.la +/.lo +/.deps +/.libs +/*.la +/*.lo +/autom4te.cache +/*.cache +/missing +/make.log +/gnuradio.pc diff --git a/gnuradio-examples/c++/.gitignore b/gnuradio-examples/c++/.gitignore new file mode 100644 index 000000000..19dd0e0a5 --- /dev/null +++ b/gnuradio-examples/c++/.gitignore @@ -0,0 +1,5 @@ +/.deps +/.libs +/Makefile +/Makefile.in +/dialtone diff --git a/gnuradio-examples/c++/dial_tone/.gitignore b/gnuradio-examples/c++/dial_tone/.gitignore new file mode 100644 index 000000000..c5e345858 --- /dev/null +++ b/gnuradio-examples/c++/dial_tone/.gitignore @@ -0,0 +1,5 @@ +/.deps +/.libs +/Makefile +/Makefile.in +/dial_tone diff --git a/gnuradio-examples/python/.gitignore b/gnuradio-examples/python/.gitignore new file mode 100644 index 000000000..c400497f5 --- /dev/null +++ b/gnuradio-examples/python/.gitignore @@ -0,0 +1,10 @@ +/Makefile +/Makefile.in +/.la +/.lo +/.deps +/.libs +/*.la +/*.lo +/*.pyc +/*.pyo diff --git a/gnuradio-examples/python/apps/.gitignore b/gnuradio-examples/python/apps/.gitignore new file mode 100644 index 000000000..b336cc7ce --- /dev/null +++ b/gnuradio-examples/python/apps/.gitignore @@ -0,0 +1,2 @@ +/Makefile +/Makefile.in diff --git a/gnuradio-examples/python/apps/hf_explorer/.gitignore b/gnuradio-examples/python/apps/hf_explorer/.gitignore new file mode 100644 index 000000000..b6950912c --- /dev/null +++ b/gnuradio-examples/python/apps/hf_explorer/.gitignore @@ -0,0 +1,3 @@ +/Makefile +/Makefile.in +/*.pyc diff --git a/gnuradio-examples/python/apps/hf_radio/.gitignore b/gnuradio-examples/python/apps/hf_radio/.gitignore new file mode 100644 index 000000000..b6950912c --- /dev/null +++ b/gnuradio-examples/python/apps/hf_radio/.gitignore @@ -0,0 +1,3 @@ +/Makefile +/Makefile.in +/*.pyc diff --git a/gnuradio-examples/python/audio/.gitignore b/gnuradio-examples/python/audio/.gitignore new file mode 100644 index 000000000..c400497f5 --- /dev/null +++ b/gnuradio-examples/python/audio/.gitignore @@ -0,0 +1,10 @@ +/Makefile +/Makefile.in +/.la +/.lo +/.deps +/.libs +/*.la +/*.lo +/*.pyc +/*.pyo diff --git a/gnuradio-examples/python/digital-bert/.gitignore b/gnuradio-examples/python/digital-bert/.gitignore new file mode 100644 index 000000000..b336cc7ce --- /dev/null +++ b/gnuradio-examples/python/digital-bert/.gitignore @@ -0,0 +1,2 @@ +/Makefile +/Makefile.in diff --git a/gnuradio-examples/python/digital/.gitignore b/gnuradio-examples/python/digital/.gitignore new file mode 100644 index 000000000..ff40c06f3 --- /dev/null +++ b/gnuradio-examples/python/digital/.gitignore @@ -0,0 +1,11 @@ +/Makefile +/Makefile.in +/.la +/.lo +/.deps +/.libs +/*.la +/*.lo +/*.pyc +/*.pyo +/*.dat diff --git a/gnuradio-examples/python/digital_voice/.gitignore b/gnuradio-examples/python/digital_voice/.gitignore new file mode 100644 index 000000000..c400497f5 --- /dev/null +++ b/gnuradio-examples/python/digital_voice/.gitignore @@ -0,0 +1,10 @@ +/Makefile +/Makefile.in +/.la +/.lo +/.deps +/.libs +/*.la +/*.lo +/*.pyc +/*.pyo diff --git a/gnuradio-examples/python/mp-sched/.gitignore b/gnuradio-examples/python/mp-sched/.gitignore new file mode 100644 index 000000000..c400497f5 --- /dev/null +++ b/gnuradio-examples/python/mp-sched/.gitignore @@ -0,0 +1,10 @@ +/Makefile +/Makefile.in +/.la +/.lo +/.deps +/.libs +/*.la +/*.lo +/*.pyc +/*.pyo diff --git a/gnuradio-examples/python/multi-antenna/.gitignore b/gnuradio-examples/python/multi-antenna/.gitignore new file mode 100644 index 000000000..ff40c06f3 --- /dev/null +++ b/gnuradio-examples/python/multi-antenna/.gitignore @@ -0,0 +1,11 @@ +/Makefile +/Makefile.in +/.la +/.lo +/.deps +/.libs +/*.la +/*.lo +/*.pyc +/*.pyo +/*.dat diff --git a/gnuradio-examples/python/multi_usrp/.gitignore b/gnuradio-examples/python/multi_usrp/.gitignore new file mode 100644 index 000000000..c400497f5 --- /dev/null +++ b/gnuradio-examples/python/multi_usrp/.gitignore @@ -0,0 +1,10 @@ +/Makefile +/Makefile.in +/.la +/.lo +/.deps +/.libs +/*.la +/*.lo +/*.pyc +/*.pyo diff --git a/gnuradio-examples/python/network/.gitignore b/gnuradio-examples/python/network/.gitignore new file mode 100644 index 000000000..b336cc7ce --- /dev/null +++ b/gnuradio-examples/python/network/.gitignore @@ -0,0 +1,2 @@ +/Makefile +/Makefile.in diff --git a/gnuradio-examples/python/ofdm/.gitignore b/gnuradio-examples/python/ofdm/.gitignore new file mode 100644 index 000000000..2f6a10e95 --- /dev/null +++ b/gnuradio-examples/python/ofdm/.gitignore @@ -0,0 +1,4 @@ +/Makefile +/Makefile.in +/*.pyc +/*.dat diff --git a/gnuradio-examples/python/usrp/.gitignore b/gnuradio-examples/python/usrp/.gitignore new file mode 100644 index 000000000..c400497f5 --- /dev/null +++ b/gnuradio-examples/python/usrp/.gitignore @@ -0,0 +1,10 @@ +/Makefile +/Makefile.in +/.la +/.lo +/.deps +/.libs +/*.la +/*.lo +/*.pyc +/*.pyo diff --git a/gnuradio-examples/python/usrp2/.gitignore b/gnuradio-examples/python/usrp2/.gitignore new file mode 100644 index 000000000..b336cc7ce --- /dev/null +++ b/gnuradio-examples/python/usrp2/.gitignore @@ -0,0 +1,2 @@ +/Makefile +/Makefile.in |