[atkmm] Update .gitignore.



commit 7729e18ee8427ba18ce07f7c10241aaecfc52d28
Author: Kjell Ahlstedt <kjell ahlstedt bredband net>
Date:   Thu Jun 27 10:34:26 2013 +0200

    Update .gitignore.
    
    * .gitignore: Add files that are copied to or generated in doc/ and
    MSVC_Net2010/atkmm/.

 .gitignore |   11 +++++++++++
 ChangeLog  |    7 +++++++
 2 files changed, 18 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 24822b1..b4ede7e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,6 +7,8 @@ Makefile.in
 stamp-h?
 *.[ao]
 *.l[ao]
+*~
+
 /INSTALL
 /aclocal.m4
 /autom4te.cache/
@@ -17,7 +19,16 @@ stamp-h?
 /atkmm-*.tar.*
 /libtool
 /codegen/extradefs/generate_extra_defs
+
 /atk/atkmm-*.pc
 /atk/atkmmconfig.h
+
+/doc/doc-install.pl
+/doc/doc-postprocess.pl
+/doc/doxygen.css
+/doc/tagfile-to-devhelp2.xsl
+
 /MSVC_Net200[58]/atkmm/atkmm.rc
 /MSVC_Net200[58]/atkmm/atkmmconfig.h
+/MSVC_Net2010/atkmm/atkmm.rc
+/MSVC_Net2010/atkmm/atkmmconfig.h
diff --git a/ChangeLog b/ChangeLog
index 56c881a..e4f29c4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2013-06-27  Kjell Ahlstedt  <kjell ahlstedt bredband net>
 
+       Update .gitignore.
+
+       * .gitignore: Add files that are copied to or generated in doc/ and
+       MSVC_Net2010/atkmm/.
+
+2013-06-27  Kjell Ahlstedt  <kjell ahlstedt bredband net>
+
        Update Doxyfile.in.
 
        * doc/reference/Doxyfile.in: Update for doxygen 1.8.3. Make it more similar


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