diff options
author | git <git@221aa14e-8319-0410-a670-987f0aec2ac5> | 2009-08-14 18:10:11 +0000 |
---|---|---|
committer | git <git@221aa14e-8319-0410-a670-987f0aec2ac5> | 2009-08-14 18:10:11 +0000 |
commit | 253018c6cdb114f5662a2d7ba8ed748c6e68e3a7 (patch) | |
tree | aeb2d6f70c6e96dcf5231cd68105ace332c27086 /gr-sounder | |
parent | a0d13b42bfb3fd081d77e9d73cf4db9695a6d88b (diff) |
Added git ignore files auto created from svn:ignore properties.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11592 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'gr-sounder')
-rw-r--r-- | gr-sounder/.gitignore | 2 | ||||
-rw-r--r-- | gr-sounder/doc/.gitignore | 2 | ||||
-rw-r--r-- | gr-sounder/src/.gitignore | 2 | ||||
-rw-r--r-- | gr-sounder/src/fpga/.gitignore | 2 | ||||
-rw-r--r-- | gr-sounder/src/fpga/lib/.gitignore | 2 | ||||
-rw-r--r-- | gr-sounder/src/fpga/tb/.gitignore | 5 | ||||
-rw-r--r-- | gr-sounder/src/fpga/top/.gitignore | 11 | ||||
-rw-r--r-- | gr-sounder/src/lib/.gitignore | 2 | ||||
-rw-r--r-- | gr-sounder/src/python/.gitignore | 5 |
9 files changed, 33 insertions, 0 deletions
diff --git a/gr-sounder/.gitignore b/gr-sounder/.gitignore new file mode 100644 index 0000000000..b336cc7cec --- /dev/null +++ b/gr-sounder/.gitignore @@ -0,0 +1,2 @@ +/Makefile +/Makefile.in diff --git a/gr-sounder/doc/.gitignore b/gr-sounder/doc/.gitignore new file mode 100644 index 0000000000..b336cc7cec --- /dev/null +++ b/gr-sounder/doc/.gitignore @@ -0,0 +1,2 @@ +/Makefile +/Makefile.in diff --git a/gr-sounder/src/.gitignore b/gr-sounder/src/.gitignore new file mode 100644 index 0000000000..b336cc7cec --- /dev/null +++ b/gr-sounder/src/.gitignore @@ -0,0 +1,2 @@ +/Makefile +/Makefile.in diff --git a/gr-sounder/src/fpga/.gitignore b/gr-sounder/src/fpga/.gitignore new file mode 100644 index 0000000000..b336cc7cec --- /dev/null +++ b/gr-sounder/src/fpga/.gitignore @@ -0,0 +1,2 @@ +/Makefile +/Makefile.in diff --git a/gr-sounder/src/fpga/lib/.gitignore b/gr-sounder/src/fpga/lib/.gitignore new file mode 100644 index 0000000000..b336cc7cec --- /dev/null +++ b/gr-sounder/src/fpga/lib/.gitignore @@ -0,0 +1,2 @@ +/Makefile +/Makefile.in diff --git a/gr-sounder/src/fpga/tb/.gitignore b/gr-sounder/src/fpga/tb/.gitignore new file mode 100644 index 0000000000..b05ab62aab --- /dev/null +++ b/gr-sounder/src/fpga/tb/.gitignore @@ -0,0 +1,5 @@ +/Makefile +/Makefile.in +/*.vcd +/sounder_tb +/*.out* diff --git a/gr-sounder/src/fpga/top/.gitignore b/gr-sounder/src/fpga/top/.gitignore new file mode 100644 index 0000000000..2c9458cf2d --- /dev/null +++ b/gr-sounder/src/fpga/top/.gitignore @@ -0,0 +1,11 @@ +/Makefile +/Makefile.in +/db +/*.rpt +/*.summary +/*.rbf +/*.qws +/*.smsg +/*.done +/*.pin +/*.sof diff --git a/gr-sounder/src/lib/.gitignore b/gr-sounder/src/lib/.gitignore new file mode 100644 index 0000000000..b336cc7cec --- /dev/null +++ b/gr-sounder/src/lib/.gitignore @@ -0,0 +1,2 @@ +/Makefile +/Makefile.in diff --git a/gr-sounder/src/python/.gitignore b/gr-sounder/src/python/.gitignore new file mode 100644 index 0000000000..8ac573ba1d --- /dev/null +++ b/gr-sounder/src/python/.gitignore @@ -0,0 +1,5 @@ +/Makefile +/Makefile.in +/run_tests +/*.pyc +/loopback.dat |