From f15982950e4674f0cad53d25d36409253661af34 Mon Sep 17 00:00:00 2001 From: git repository hosting Date: Thu, 13 Aug 2009 22:26:53 -0600 Subject: Added git ignore files auto created from svn:ignore properties. --- gr-wxgui/src/.gitignore | 8 ++++++++ gr-wxgui/src/python/.gitignore | 8 ++++++++ gr-wxgui/src/python/forms/.gitignore | 1 + gr-wxgui/src/python/plotter/.gitignore | 3 +++ 4 files changed, 20 insertions(+) create mode 100644 gr-wxgui/src/.gitignore create mode 100644 gr-wxgui/src/python/.gitignore create mode 100644 gr-wxgui/src/python/forms/.gitignore create mode 100644 gr-wxgui/src/python/plotter/.gitignore (limited to 'gr-wxgui/src') diff --git a/gr-wxgui/src/.gitignore b/gr-wxgui/src/.gitignore new file mode 100644 index 000000000..f9c5da0db --- /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 000000000..f9c5da0db --- /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 000000000..a74b07aee --- /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 000000000..b6950912c --- /dev/null +++ b/gr-wxgui/src/python/plotter/.gitignore @@ -0,0 +1,3 @@ +/Makefile +/Makefile.in +/*.pyc -- cgit