From f15982950e4674f0cad53d25d36409253661af34 Mon Sep 17 00:00:00 2001
From: git repository hosting <git@gnuradio.org>
Date: Thu, 13 Aug 2009 22:26:53 -0600
Subject: Added git ignore files auto created from svn:ignore properties.

---
 docs/doxygen/.gitignore          | 13 +++++++++++++
 docs/doxygen/other/.gitignore    |  8 ++++++++
 docs/doxygen/xml-swig/.gitignore | 16 ++++++++++++++++
 3 files changed, 37 insertions(+)
 create mode 100644 docs/doxygen/.gitignore
 create mode 100644 docs/doxygen/other/.gitignore
 create mode 100644 docs/doxygen/xml-swig/.gitignore

(limited to 'docs/doxygen')

diff --git a/docs/doxygen/.gitignore b/docs/doxygen/.gitignore
new file mode 100644
index 0000000000..f44627c9d3
--- /dev/null
+++ b/docs/doxygen/.gitignore
@@ -0,0 +1,13 @@
+/Makefile
+/Makefile.in
+/html
+/latex
+/xml
+/man
+/Doxyfile
+/.la
+/.lo
+/.deps
+/.libs
+/*.la
+/*.lo
diff --git a/docs/doxygen/other/.gitignore b/docs/doxygen/other/.gitignore
new file mode 100644
index 0000000000..a02b6ff73c
--- /dev/null
+++ b/docs/doxygen/other/.gitignore
@@ -0,0 +1,8 @@
+/Makefile
+/Makefile.in
+/.la
+/.lo
+/.deps
+/.libs
+/*.la
+/*.lo
diff --git a/docs/doxygen/xml-swig/.gitignore b/docs/doxygen/xml-swig/.gitignore
new file mode 100644
index 0000000000..4671390b0c
--- /dev/null
+++ b/docs/doxygen/xml-swig/.gitignore
@@ -0,0 +1,16 @@
+/Makefile
+/Makefile.in
+/html
+/latex
+/man
+/Doxyfile
+/.la
+/.lo
+/.deps
+/.libs
+/*.la
+/*.lo
+/*.xml
+/combine.xslt
+/compound.xsd
+/index.xsd
-- 
cgit v1.2.3