diff options
author | Felix Rosencrantz <f_rosencrantz@users.sourceforge.net> | 2003-11-03 02:51:19 +0000 |
---|---|---|
committer | Felix Rosencrantz <f_rosencrantz@users.sourceforge.net> | 2003-11-03 02:51:19 +0000 |
commit | e939abd1cd750da934626c29b5202ea5e609fd9f (patch) | |
tree | 3109e669f5ea2699a77c4783f8d98d3ea6f3e2f8 /Src | |
parent | 815bc92148939ce369585c59d3af730f69833844 (diff) | |
download | zsh-e939abd1cd750da934626c29b5202ea5e609fd9f.tar.gz zsh-e939abd1cd750da934626c29b5202ea5e609fd9f.tar.xz zsh-e939abd1cd750da934626c29b5202ea5e609fd9f.zip |
add *.dll and fix typo with errnames.h
Diffstat (limited to 'Src')
-rw-r--r-- | Src/.cvsignore | 1 | ||||
-rw-r--r-- | Src/Builtins/.cvsignore | 1 | ||||
-rw-r--r-- | Src/Modules/.cvsignore | 3 |
3 files changed, 4 insertions, 1 deletions
diff --git a/Src/.cvsignore b/Src/.cvsignore index 6fcf0dcd7..26d278679 100644 --- a/Src/.cvsignore +++ b/Src/.cvsignore @@ -29,3 +29,4 @@ bltinmods.list tags TAGS cscope.out *.swp +*.dll diff --git a/Src/Builtins/.cvsignore b/Src/Builtins/.cvsignore index 22fdbee14..1f8af3e1c 100644 --- a/Src/Builtins/.cvsignore +++ b/Src/Builtins/.cvsignore @@ -14,3 +14,4 @@ so_locations *.mdh.tmp rlimits.h *.swp +*.dll diff --git a/Src/Modules/.cvsignore b/Src/Modules/.cvsignore index acafc7ad3..d501d72fa 100644 --- a/Src/Modules/.cvsignore +++ b/Src/Modules/.cvsignore @@ -13,4 +13,5 @@ so_locations *.mdhs *.mdh.tmp *.swp -ernames.c errcount.h +errnames.c errcount.h +*.dll |