diff options
author | git repository hosting <git@gnuradio.org> | 2009-08-13 22:26:53 -0600 |
---|---|---|
committer | git repository hosting <git@gnuradio.org> | 2009-08-13 22:26:53 -0600 |
commit | f15982950e4674f0cad53d25d36409253661af34 (patch) | |
tree | aeb2d6f70c6e96dcf5231cd68105ace332c27086 /gr-atsc | |
parent | a0d13b42bfb3fd081d77e9d73cf4db9695a6d88b (diff) |
Added git ignore files auto created from svn:ignore properties.
Diffstat (limited to 'gr-atsc')
-rw-r--r-- | gr-atsc/.gitignore | 23 | ||||
-rw-r--r-- | gr-atsc/doc/.gitignore | 10 | ||||
-rw-r--r-- | gr-atsc/src/.gitignore | 10 | ||||
-rw-r--r-- | gr-atsc/src/lib/.gitignore | 14 | ||||
-rw-r--r-- | gr-atsc/src/python/.gitignore | 9 |
5 files changed, 66 insertions, 0 deletions
diff --git a/gr-atsc/.gitignore b/gr-atsc/.gitignore new file mode 100644 index 0000000000..16905156d0 --- /dev/null +++ b/gr-atsc/.gitignore @@ -0,0 +1,23 @@ +/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 +/.deps +/.libs +/*.la +/*.lo +/autom4te.cache +/*.cache +/missing +/make.log +/gnuradio-atsc.pc diff --git a/gr-atsc/doc/.gitignore b/gr-atsc/doc/.gitignore new file mode 100644 index 0000000000..bb3f277779 --- /dev/null +++ b/gr-atsc/doc/.gitignore @@ -0,0 +1,10 @@ +/Makefile +/Makefile.in +/.la +/.lo +/.deps +/.libs +/*.la +/*.lo +/howto.cc +/howto.py diff --git a/gr-atsc/src/.gitignore b/gr-atsc/src/.gitignore new file mode 100644 index 0000000000..bb3f277779 --- /dev/null +++ b/gr-atsc/src/.gitignore @@ -0,0 +1,10 @@ +/Makefile +/Makefile.in +/.la +/.lo +/.deps +/.libs +/*.la +/*.lo +/howto.cc +/howto.py diff --git a/gr-atsc/src/lib/.gitignore b/gr-atsc/src/lib/.gitignore new file mode 100644 index 0000000000..01e4ffe9a6 --- /dev/null +++ b/gr-atsc/src/lib/.gitignore @@ -0,0 +1,14 @@ +/Makefile +/Makefile.in +/.la +/.lo +/.deps +/.libs +/*.la +/*.lo +/atsc.cc +/atsc.py +/atsci_viterbi_gen +/atsci_viterbi_mux.cc +/test_atsci +/*.pyc diff --git a/gr-atsc/src/python/.gitignore b/gr-atsc/src/python/.gitignore new file mode 100644 index 0000000000..bf03975bbc --- /dev/null +++ b/gr-atsc/src/python/.gitignore @@ -0,0 +1,9 @@ +/Makefile +/Makefile.in +/.deps +/.libs +/*.la +/*.lo +/*.pyc +/*.pyo +/run_tests |