From 9644fbfb3f6eea8963f15b91221d22781a3b84bf Mon Sep 17 00:00:00 2001 From: Felix Rosencrantz Date: Mon, 3 Nov 2003 04:26:51 +0000 Subject: [PATCH] Added *.dll to .cvsignore and fixed typo. (unposted) --- ChangeLog | 4 ++-- Src/Zle/.cvsignore | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0c5ecd361..015b66553 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,8 @@ 2003-11-02 Felix Rosencrantz * unposted: Src/.cvsignore, Src/Builtins/.cvsignore, - Src/Modules/.cvsignore: add *.dll for cygwin builds and - fix typo. + Src/Modules/.cvsignore, Src/Zle/.cvsignore: add *.dll for cygwin + builds and fix typo. 2003-10-27 Peter Stephenson diff --git a/Src/Zle/.cvsignore b/Src/Zle/.cvsignore index 97404b85b..3295c6b85 100644 --- a/Src/Zle/.cvsignore +++ b/Src/Zle/.cvsignore @@ -17,3 +17,4 @@ widgets.list zle_things.h zle_widget.h *.swp +*.dll