diff options
author | git repository hosting <git@gnuradio.org> | 2009-08-13 22:26:53 -0600 |
---|---|---|
committer | git repository hosting <git@gnuradio.org> | 2009-08-13 22:26:53 -0600 |
commit | f15982950e4674f0cad53d25d36409253661af34 (patch) | |
tree | aeb2d6f70c6e96dcf5231cd68105ace332c27086 /docs/doxygen | |
parent | a0d13b42bfb3fd081d77e9d73cf4db9695a6d88b (diff) |
Added git ignore files auto created from svn:ignore properties.
Diffstat (limited to 'docs/doxygen')
-rw-r--r-- | docs/doxygen/.gitignore | 13 | ||||
-rw-r--r-- | docs/doxygen/other/.gitignore | 8 | ||||
-rw-r--r-- | docs/doxygen/xml-swig/.gitignore | 16 |
3 files changed, 37 insertions, 0 deletions
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 |