diff options
author | git | 2009-08-14 18:10:11 +0000 |
---|---|---|
committer | git | 2009-08-14 18:10:11 +0000 |
commit | 253018c6cdb114f5662a2d7ba8ed748c6e68e3a7 (patch) | |
tree | aeb2d6f70c6e96dcf5231cd68105ace332c27086 /docs | |
parent | a0d13b42bfb3fd081d77e9d73cf4db9695a6d88b (diff) | |
download | gnuradio-253018c6cdb114f5662a2d7ba8ed748c6e68e3a7.tar.gz gnuradio-253018c6cdb114f5662a2d7ba8ed748c6e68e3a7.tar.bz2 gnuradio-253018c6cdb114f5662a2d7ba8ed748c6e68e3a7.zip |
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 'docs')
-rw-r--r-- | docs/.gitignore | 2 | ||||
-rw-r--r-- | docs/doxygen/.gitignore | 13 | ||||
-rw-r--r-- | docs/doxygen/other/.gitignore | 8 | ||||
-rw-r--r-- | docs/doxygen/xml-swig/.gitignore | 16 | ||||
-rw-r--r-- | docs/exploring-gnuradio/.gitignore | 1 | ||||
-rw-r--r-- | docs/howto-write-a-block/.gitignore | 1 |
6 files changed, 41 insertions, 0 deletions
diff --git a/docs/.gitignore b/docs/.gitignore new file mode 100644 index 000000000..9ee645401 --- /dev/null +++ b/docs/.gitignore @@ -0,0 +1,2 @@ +/Makefile.in +/Makefile diff --git a/docs/doxygen/.gitignore b/docs/doxygen/.gitignore new file mode 100644 index 000000000..f44627c9d --- /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 000000000..a02b6ff73 --- /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 000000000..4671390b0 --- /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 diff --git a/docs/exploring-gnuradio/.gitignore b/docs/exploring-gnuradio/.gitignore new file mode 100644 index 000000000..b6e6030ca --- /dev/null +++ b/docs/exploring-gnuradio/.gitignore @@ -0,0 +1 @@ +/exploring-gnuradio.html diff --git a/docs/howto-write-a-block/.gitignore b/docs/howto-write-a-block/.gitignore new file mode 100644 index 000000000..719ea5d4f --- /dev/null +++ b/docs/howto-write-a-block/.gitignore @@ -0,0 +1 @@ +/howto-write-a-block.html |