diff options
author | Felix Rosencrantz <f_rosencrantz@users.sourceforge.net> | 2003-11-03 04:26:51 +0000 |
---|---|---|
committer | Felix Rosencrantz <f_rosencrantz@users.sourceforge.net> | 2003-11-03 04:26:51 +0000 |
commit | 9644fbfb3f6eea8963f15b91221d22781a3b84bf (patch) | |
tree | 39c7c9d496fdd3dca39ea2c086cb728690791f77 | |
parent | e939abd1cd750da934626c29b5202ea5e609fd9f (diff) | |
download | zsh-9644fbfb3f6eea8963f15b91221d22781a3b84bf.tar.gz zsh-9644fbfb3f6eea8963f15b91221d22781a3b84bf.tar.xz zsh-9644fbfb3f6eea8963f15b91221d22781a3b84bf.zip |
Added *.dll to .cvsignore and fixed typo. (unposted)
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | 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 <f_rosencrantz@yahoo.com> * 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 <pws@csr.com> 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 |