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-wxgui | |
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-wxgui')
-rw-r--r-- | gr-wxgui/.gitignore | 30 | ||||
-rw-r--r-- | gr-wxgui/src/.gitignore | 8 | ||||
-rw-r--r-- | gr-wxgui/src/python/.gitignore | 8 | ||||
-rw-r--r-- | gr-wxgui/src/python/forms/.gitignore | 1 | ||||
-rw-r--r-- | gr-wxgui/src/python/plotter/.gitignore | 3 |
5 files changed, 50 insertions, 0 deletions
diff --git a/gr-wxgui/.gitignore b/gr-wxgui/.gitignore new file mode 100644 index 0000000000..cdcf41b156 --- /dev/null +++ b/gr-wxgui/.gitignore @@ -0,0 +1,30 @@ +/*.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 diff --git a/gr-wxgui/src/.gitignore b/gr-wxgui/src/.gitignore new file mode 100644 index 0000000000..f9c5da0dbd --- /dev/null +++ b/gr-wxgui/src/.gitignore @@ -0,0 +1,8 @@ +/Makefile +/Makefile.in +/.deps +/.libs +/*.la +/*.lo +/*.pyc +/*.pyo diff --git a/gr-wxgui/src/python/.gitignore b/gr-wxgui/src/python/.gitignore new file mode 100644 index 0000000000..f9c5da0dbd --- /dev/null +++ b/gr-wxgui/src/python/.gitignore @@ -0,0 +1,8 @@ +/Makefile +/Makefile.in +/.deps +/.libs +/*.la +/*.lo +/*.pyc +/*.pyo diff --git a/gr-wxgui/src/python/forms/.gitignore b/gr-wxgui/src/python/forms/.gitignore new file mode 100644 index 0000000000..a74b07aee4 --- /dev/null +++ b/gr-wxgui/src/python/forms/.gitignore @@ -0,0 +1 @@ +/*.pyc diff --git a/gr-wxgui/src/python/plotter/.gitignore b/gr-wxgui/src/python/plotter/.gitignore new file mode 100644 index 0000000000..b6950912ca --- /dev/null +++ b/gr-wxgui/src/python/plotter/.gitignore @@ -0,0 +1,3 @@ +/Makefile +/Makefile.in +/*.pyc |