diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Src/.cvsignore | 41 |
2 files changed, 24 insertions, 21 deletions
diff --git a/ChangeLog b/ChangeLog index 62f3a3160..0f41988c7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2009-02-18 Peter Stephenson <pws@csr.com> + * unposted: Src/.cvsignore: ignore patchlevel.h. + * Arkadiusz Miskiewicz <arekm@maven.pl>: 26573: Functions/Completion/compdump: force compdump to overwrite dump file if mv is a bit dubious. @@ -11194,5 +11196,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.4568 $ +* $Revision: 1.4569 $ ***************************************************** diff --git a/Src/.cvsignore b/Src/.cvsignore index cd867fcff..47b31911f 100644 --- a/Src/.cvsignore +++ b/Src/.cvsignore @@ -1,34 +1,35 @@ -Makefile -Makemod.in Makemod -*.export -[_a-zA-Z0-9]*.pro +*.dll *.epro -*.syms -*.o -*.o.c -*.so +*.export *.mdh +*.mdh.tmp *.mdhi *.mdhs -*.mdh.tmp +*.o +*.o.c +*.so +*.swp +*.syms +Makefile +Makemod.in Makemod +[_a-zA-Z0-9]*.pro +ansi2knr +bltinmods.list +cscope.out +libzsh.so* +modules-bltin modules.index modules.index.tmp modules.stamp -modules-bltin -stamp-modobjs -stamp-modobjs.tmp -ansi2knr -zsh -libzsh.so* +patchlevel.h sigcount.h signames.c signames2.c +stamp-modobjs +stamp-modobjs.tmp +tags TAGS version.h +zsh zshcurses.h zshpaths.h zshterm.h zshxmods.h -bltinmods.list -tags TAGS -cscope.out -*.swp -*.dll |