diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2005-08-10 00:50:16 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2005-08-10 00:50:16 +0000 |
commit | df76c589564f48d4e858d7642b72f9bc1f75986b (patch) | |
tree | f5beb72f07d1a51f9847909f4f26f74a45c18bcd /nt | |
parent | 142b8412ec5940ca94a0eeaf5e065b4275eab209 (diff) | |
download | emacs-df76c589564f48d4e858d7642b72f9bc1f75986b.tar.gz |
Add `obj' and `oo' for in-place installations.
Diffstat (limited to 'nt')
-rw-r--r-- | nt/.gitignore | 4 | ||||
-rw-r--r-- | nt/ChangeLog | 4 |
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. |