summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nt/.gitignore4
-rw-r--r--nt/ChangeLog4
2 files changed, 7 insertions, 1 deletions
diff --git a/nt/.gitignore b/nt/.gitignore
index e371584228b..26f5de661a0 100644
--- a/nt/.gitignore
+++ b/nt/.gitignore
@@ -1,5 +1,7 @@
*-spd
*.pdb
.arch-inventory
-makefile
config.log
+makefile
+obj
+oo
diff --git a/nt/ChangeLog b/nt/ChangeLog
index d960f224898..f385324b89f 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,3 +1,7 @@
+2005-08-10 Juanma Barranquero <lekktu@gmail.com>
+
+ * .cvsignore: Add `obj' and `oo' for in-place installations.
+
2005-07-30 Eli Zaretskii <eliz@gnu.org>
* config.nt: (HAVE_GETOPT_H, HAVE_GETOPT_LONG_ONLY): Undefine.