]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
ignore more stamp files before I switch to srcdir!=objdir
authorHarri Porten <porten@kde.org>
Sun, 15 Dec 2002 13:23:37 +0000 (13:23 +0000)
committerHarri Porten <porten@kde.org>
Sun, 15 Dec 2002 13:23:37 +0000 (13:23 +0000)
.cvsignore
ChangeLog

index 7487721d7113a9986745302ced72687003238ea9..d90d2b75432d0bc2ac4b854bbe3fadc31c5c544f 100644 (file)
@@ -6,6 +6,8 @@ configure
 libtool
 ltmain.sh
 stamp-h1
+stamp-h
+stamp-h.in
 Doxyfile
 Makefile
 Makefile.in
index b73d6b991a0cd8407e2dafec3350b123bc16f209..cbc2d2203e0c8e1da95a78e276249bc422aceb76 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,11 @@
 2002-12-15  Harri Porten  <porten@kde.org>
 
        * autogen.sh: check for libtoolize before attempting to use it 
-       * dbus/dbus-transport-unix.c: include <sys/time.h> for timeval struct.
+       
+       * dbus/dbus-transport-unix.c: include <sys/time.h> for timeval
+       struct.
+       
+       * .cvsignore: ignore more stamp files
 
 2002-12-15  Havoc Pennington  <hp@pobox.com>