diff options
-rw-r--r-- | .cvsignore | 1 | ||||
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | Completion/.cvsignore | 1 | ||||
-rw-r--r-- | Config/.cvsignore | 2 | ||||
-rw-r--r-- | Doc/.cvsignore | 1 | ||||
-rw-r--r-- | Doc/Zsh/.cvsignore | 2 | ||||
-rw-r--r-- | Etc/.cvsignore | 1 | ||||
-rw-r--r-- | Functions/.cvsignore | 1 | ||||
-rw-r--r-- | Src/.cvsignore | 1 | ||||
-rw-r--r-- | Src/Builtins/.cvsignore | 5 | ||||
-rw-r--r-- | Src/Modules/.cvsignore | 5 | ||||
-rw-r--r-- | Src/Zle/.cvsignore | 5 | ||||
-rw-r--r-- | Test/.cvsignore | 1 |
13 files changed, 32 insertions, 0 deletions
diff --git a/.cvsignore b/.cvsignore index 3080dc21c..49b4cb587 100644 --- a/.cvsignore +++ b/.cvsignore @@ -11,3 +11,4 @@ stamp-h stamp-h.in cscope.out autom4te.cache +*.swp diff --git a/ChangeLog b/ChangeLog index 1ba0e5fe0..49558ef7a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2003-05-05 Andrey Borzenkov <bor@zsh.org> + * unposted: .cvsignore, Completion/.cvsignore, Config/.cvsignore, + Doc/.cvsignore, Doc/Zsh/.cvsignore, Etc/.cvsignore, + Functions/.cvsignore, Src/.cvsignore, Src/Builtins/.cvsignore, + Src/Modules/.cvsignore, Src/Zle/.cvsignore, Test/.cvsignore: + add *.swp (vim) + * unposted: Etc/CONTRIBUTORS: my name spelling changed ... * 18476: Src/Zle/complist.c, Src/Zle/zle_refresh.c: fix diff --git a/Completion/.cvsignore b/Completion/.cvsignore index f3c7a7c5d..89ff7b089 100644 --- a/Completion/.cvsignore +++ b/Completion/.cvsignore @@ -1 +1,2 @@ Makefile +*.swp diff --git a/Config/.cvsignore b/Config/.cvsignore index e69de29bb..dd265a713 100644 --- a/Config/.cvsignore +++ b/Config/.cvsignore @@ -0,0 +1,2 @@ +defs.mk +*.swp diff --git a/Doc/.cvsignore b/Doc/.cvsignore index 02adfb3bc..9d1374c2f 100644 --- a/Doc/.cvsignore +++ b/Doc/.cvsignore @@ -14,3 +14,4 @@ zsh.log zsh.dvi zsh.tp zsh.tps zsh_*.ps infodir +*.swp diff --git a/Doc/Zsh/.cvsignore b/Doc/Zsh/.cvsignore index 991e04aca..71e99e521 100644 --- a/Doc/Zsh/.cvsignore +++ b/Doc/Zsh/.cvsignore @@ -1,2 +1,4 @@ modlist.yo modmenu.yo +manmodmenu.yo +*.swp diff --git a/Etc/.cvsignore b/Etc/.cvsignore index 9f48d4e1b..937897a04 100644 --- a/Etc/.cvsignore +++ b/Etc/.cvsignore @@ -1,3 +1,4 @@ Makefile FAQ FAQ.html +*.swp diff --git a/Functions/.cvsignore b/Functions/.cvsignore index f3c7a7c5d..89ff7b089 100644 --- a/Functions/.cvsignore +++ b/Functions/.cvsignore @@ -1 +1,2 @@ Makefile +*.swp diff --git a/Src/.cvsignore b/Src/.cvsignore index f0d756e3b..6fcf0dcd7 100644 --- a/Src/.cvsignore +++ b/Src/.cvsignore @@ -28,3 +28,4 @@ zshxmods.h bltinmods.list tags TAGS cscope.out +*.swp diff --git a/Src/Builtins/.cvsignore b/Src/Builtins/.cvsignore index ff73d86c4..22fdbee14 100644 --- a/Src/Builtins/.cvsignore +++ b/Src/Builtins/.cvsignore @@ -1,6 +1,10 @@ Makefile Makefile.in +*.export +so_locations *.pro +*.epro +*.syms *.o *.o.c *.so @@ -9,3 +13,4 @@ Makefile.in *.mdhs *.mdh.tmp rlimits.h +*.swp diff --git a/Src/Modules/.cvsignore b/Src/Modules/.cvsignore index 169be5ef9..d0ea7d755 100644 --- a/Src/Modules/.cvsignore +++ b/Src/Modules/.cvsignore @@ -1,6 +1,10 @@ Makefile Makefile.in +*.export +so_locations *.pro +*.epro +*.syms *.o *.o.c *.so @@ -8,3 +12,4 @@ Makefile.in *.mdhi *.mdhs *.mdh.tmp +*.swp diff --git a/Src/Zle/.cvsignore b/Src/Zle/.cvsignore index b10adcc3b..97404b85b 100644 --- a/Src/Zle/.cvsignore +++ b/Src/Zle/.cvsignore @@ -1,6 +1,10 @@ Makefile Makefile.in +*.export +so_locations *.pro +*.epro +*.syms *.o *.o.c *.so @@ -12,3 +16,4 @@ thingies.list widgets.list zle_things.h zle_widget.h +*.swp diff --git a/Test/.cvsignore b/Test/.cvsignore index 708eb4d59..855d72909 100644 --- a/Test/.cvsignore +++ b/Test/.cvsignore @@ -1,2 +1,3 @@ Makefile *.tmp +*.swp |