diff options
-rw-r--r-- | gr-analog/examples/.gitignore | 1 | ||||
-rw-r--r-- | gr-blocks/examples/ctrlport/.gitignore | 1 | ||||
-rw-r--r-- | gr-blocks/examples/metadata/.gitignore | 1 | ||||
-rw-r--r-- | gr-blocks/examples/msg_passing/.gitignore | 1 | ||||
-rw-r--r-- | gr-blocks/examples/tags/.gitignore | 1 | ||||
-rw-r--r-- | gr-digital/examples/.gitignore | 5 | ||||
-rw-r--r-- | gr-dtv/examples/.gitignore | 1 | ||||
-rw-r--r-- | gr-filter/examples/.gitignore | 1 | ||||
-rw-r--r-- | gr-qtgui/examples/.gitignore | 1 | ||||
-rw-r--r-- | gr-zeromq/examples/.gitignore | 1 |
10 files changed, 14 insertions, 0 deletions
diff --git a/gr-analog/examples/.gitignore b/gr-analog/examples/.gitignore new file mode 100644 index 0000000000..f104652b68 --- /dev/null +++ b/gr-analog/examples/.gitignore @@ -0,0 +1 @@ +*.py diff --git a/gr-blocks/examples/ctrlport/.gitignore b/gr-blocks/examples/ctrlport/.gitignore new file mode 100644 index 0000000000..f104652b68 --- /dev/null +++ b/gr-blocks/examples/ctrlport/.gitignore @@ -0,0 +1 @@ +*.py diff --git a/gr-blocks/examples/metadata/.gitignore b/gr-blocks/examples/metadata/.gitignore new file mode 100644 index 0000000000..f104652b68 --- /dev/null +++ b/gr-blocks/examples/metadata/.gitignore @@ -0,0 +1 @@ +*.py diff --git a/gr-blocks/examples/msg_passing/.gitignore b/gr-blocks/examples/msg_passing/.gitignore new file mode 100644 index 0000000000..f104652b68 --- /dev/null +++ b/gr-blocks/examples/msg_passing/.gitignore @@ -0,0 +1 @@ +*.py diff --git a/gr-blocks/examples/tags/.gitignore b/gr-blocks/examples/tags/.gitignore new file mode 100644 index 0000000000..f104652b68 --- /dev/null +++ b/gr-blocks/examples/tags/.gitignore @@ -0,0 +1 @@ +*.py diff --git a/gr-digital/examples/.gitignore b/gr-digital/examples/.gitignore new file mode 100644 index 0000000000..959101518f --- /dev/null +++ b/gr-digital/examples/.gitignore @@ -0,0 +1,5 @@ +*.py +demod/*.py +ofdm/*.py +packet/*.py + diff --git a/gr-dtv/examples/.gitignore b/gr-dtv/examples/.gitignore new file mode 100644 index 0000000000..f104652b68 --- /dev/null +++ b/gr-dtv/examples/.gitignore @@ -0,0 +1 @@ +*.py diff --git a/gr-filter/examples/.gitignore b/gr-filter/examples/.gitignore new file mode 100644 index 0000000000..f104652b68 --- /dev/null +++ b/gr-filter/examples/.gitignore @@ -0,0 +1 @@ +*.py diff --git a/gr-qtgui/examples/.gitignore b/gr-qtgui/examples/.gitignore new file mode 100644 index 0000000000..f104652b68 --- /dev/null +++ b/gr-qtgui/examples/.gitignore @@ -0,0 +1 @@ +*.py diff --git a/gr-zeromq/examples/.gitignore b/gr-zeromq/examples/.gitignore new file mode 100644 index 0000000000..f104652b68 --- /dev/null +++ b/gr-zeromq/examples/.gitignore @@ -0,0 +1 @@ +*.py |