[libxml++] Add some files to .gitignore.



commit a770d02966b2da2664e350b495fb63225d613078
Author: Kjell Ahlstedt <kjell ahlstedt bredband net>
Date:   Wed Feb 15 10:42:48 2012 +0100

    Add some files to .gitignore.
    
    * .gitignore: Add docs files that are copied from mm-common.
    Add /MSVC_Net2010/libxml++/libxml++.rc and
    /examples/dom_read_write/example_output.xml.

 .gitignore |    6 ++++++
 ChangeLog  |    8 ++++++++
 2 files changed, 14 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5b9caa8..74a7ddb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -28,8 +28,13 @@ stamp-h?
 # MSVC
 /MSVC_Net2005/libxml++/libxml++.rc
 /MSVC_Net2008/libxml++/libxml++.rc
+/MSVC_Net2010/libxml++/libxml++.rc
 
 # docs
+/docs/doc-install.pl
+/docs/doc-postprocess.pl
+/docs/doxygen.css
+/docs/tagfile-to-devhelp2.xsl
 /docs/manual/html/
 /docs/manual/libxml++.xml
 /docs/reference/Doxyfile
@@ -44,6 +49,7 @@ stamp-h?
 /examples/dom_parser/dom_parser
 /examples/dom_parser_raw/dom_parser_raw
 /examples/dom_read_write/dom_read_write
+/examples/dom_read_write/example_output.xml
 /examples/dom_xpath/dom_xpath
 /examples/dtdvalidation/dtdvalidation
 /examples/import_node/import_node
diff --git a/ChangeLog b/ChangeLog
index 0bc2236..32b6352 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2012-02-15  Kjell Ahlstedt  <kjell ahlstedt bredband net>
 
+	Add some files to .gitignore.
+
+	* .gitignore: Add docs files that are copied from mm-common.
+	Add /MSVC_Net2010/libxml++/libxml++.rc and
+	/examples/dom_read_write/example_output.xml.
+
+2012-02-15  Kjell Ahlstedt  <kjell ahlstedt bredband net>
+
 	Add @newin{2,36} to some new functions where it's missing.
 
 	* libxml++/exceptions/exception.h: Add @newin{2,36} to format_xml_error() and



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]