diff options
author | git | 2009-08-14 18:10:11 +0000 |
---|---|---|
committer | git | 2009-08-14 18:10:11 +0000 |
commit | 253018c6cdb114f5662a2d7ba8ed748c6e68e3a7 (patch) | |
tree | aeb2d6f70c6e96dcf5231cd68105ace332c27086 /gr-gcell/src | |
parent | a0d13b42bfb3fd081d77e9d73cf4db9695a6d88b (diff) | |
download | gnuradio-253018c6cdb114f5662a2d7ba8ed748c6e68e3a7.tar.gz gnuradio-253018c6cdb114f5662a2d7ba8ed748c6e68e3a7.tar.bz2 gnuradio-253018c6cdb114f5662a2d7ba8ed748c6e68e3a7.zip |
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-gcell/src')
-rw-r--r-- | gr-gcell/src/.gitignore | 36 | ||||
-rw-r--r-- | gr-gcell/src/examples/.gitignore | 32 |
2 files changed, 68 insertions, 0 deletions
diff --git a/gr-gcell/src/.gitignore b/gr-gcell/src/.gitignore new file mode 100644 index 000000000..8f9e3f05b --- /dev/null +++ b/gr-gcell/src/.gitignore @@ -0,0 +1,36 @@ +/*.cache +/*.la +/*.lo +/*.pc +/.deps +/.la +/.libs +/.lo +/Makefile +/Makefile.in +/aclocal.m4 +/autom4te.cache +/config.cache +/config.h +/config.h.in +/config.log +/config.status +/configure +/depcomp +/install-sh +/libtool +/ltmain.sh +/make.log +/missing +/missing +/mkinstalldirs +/py-compile +/stamp-h +/stamp-h.in +/stamp-h1 +/stamp-h1.in +/stamp-h2.in +/run_tests +/gcell.d +/gcell.cc +/gcell.py diff --git a/gr-gcell/src/examples/.gitignore b/gr-gcell/src/examples/.gitignore new file mode 100644 index 000000000..53edad32f --- /dev/null +++ b/gr-gcell/src/examples/.gitignore @@ -0,0 +1,32 @@ +/*.cache +/*.la +/*.lo +/*.pc +/.deps +/.la +/.libs +/.lo +/Makefile +/Makefile.in +/aclocal.m4 +/autom4te.cache +/config.cache +/config.h +/config.h.in +/config.log +/config.status +/configure +/depcomp +/install-sh +/libtool +/ltmain.sh +/make.log +/missing +/missing +/mkinstalldirs +/py-compile +/stamp-h +/stamp-h.in +/stamp-h1 +/stamp-h1.in +/stamp-h2.in |