summaryrefslogtreecommitdiff
path: root/gr-radio-astronomy
diff options
context:
space:
mode:
authorgit repository hosting <git@gnuradio.org>2009-08-13 22:26:53 -0600
committergit repository hosting <git@gnuradio.org>2009-08-13 22:26:53 -0600
commitf15982950e4674f0cad53d25d36409253661af34 (patch)
treeaeb2d6f70c6e96dcf5231cd68105ace332c27086 /gr-radio-astronomy
parenta0d13b42bfb3fd081d77e9d73cf4db9695a6d88b (diff)
Added git ignore files auto created from svn:ignore properties.
Diffstat (limited to 'gr-radio-astronomy')
-rw-r--r--gr-radio-astronomy/.gitignore22
-rw-r--r--gr-radio-astronomy/src/.gitignore10
-rw-r--r--gr-radio-astronomy/src/lib/.gitignore13
-rw-r--r--gr-radio-astronomy/src/python/.gitignore9
4 files changed, 54 insertions, 0 deletions
diff --git a/gr-radio-astronomy/.gitignore b/gr-radio-astronomy/.gitignore
new file mode 100644
index 0000000000..8736aba7fa
--- /dev/null
+++ b/gr-radio-astronomy/.gitignore
@@ -0,0 +1,22 @@
+/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
diff --git a/gr-radio-astronomy/src/.gitignore b/gr-radio-astronomy/src/.gitignore
new file mode 100644
index 0000000000..bb3f277779
--- /dev/null
+++ b/gr-radio-astronomy/src/.gitignore
@@ -0,0 +1,10 @@
+/Makefile
+/Makefile.in
+/.la
+/.lo
+/.deps
+/.libs
+/*.la
+/*.lo
+/howto.cc
+/howto.py
diff --git a/gr-radio-astronomy/src/lib/.gitignore b/gr-radio-astronomy/src/lib/.gitignore
new file mode 100644
index 0000000000..6fc7d943b1
--- /dev/null
+++ b/gr-radio-astronomy/src/lib/.gitignore
@@ -0,0 +1,13 @@
+/Makefile
+/Makefile.in
+/.la
+/.lo
+/.deps
+/.libs
+/*.la
+/*.lo
+/howto.cc
+/howto.py
+/ra.cc
+/ra.py
+/*.pyc
diff --git a/gr-radio-astronomy/src/python/.gitignore b/gr-radio-astronomy/src/python/.gitignore
new file mode 100644
index 0000000000..bf03975bbc
--- /dev/null
+++ b/gr-radio-astronomy/src/python/.gitignore
@@ -0,0 +1,9 @@
+/Makefile
+/Makefile.in
+/.deps
+/.libs
+/*.la
+/*.lo
+/*.pyc
+/*.pyo
+/run_tests