about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--.cvsignore1
-rw-r--r--ChangeLog4
-rw-r--r--Src/.cvsignore7
3 files changed, 11 insertions, 1 deletions
diff --git a/.cvsignore b/.cvsignore
index efdcc4439..2a33c2136 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -8,3 +8,4 @@ config.status
 configure
 stamp-h
 stamp-h.in
+cscope.out
diff --git a/ChangeLog b/ChangeLog
index 82d8961bb..4176a6394 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2000-08-16  Peter Stephenson  <pws@csr.com>
+
+	* Andrej: 12658: .cvsignore, Src/.cvsignore: cscope ignorance.
+
 2000-08-16  Sven Wischnowsky  <wischnow@zsh.org>
 
 	* 12654: Doc/Zsh/mod_parameter.yo, Src/Modules/parameter.c: make
diff --git a/Src/.cvsignore b/Src/.cvsignore
index edec5401b..f0d756e3b 100644
--- a/Src/.cvsignore
+++ b/Src/.cvsignore
@@ -1,6 +1,9 @@
 Makefile
 Makemod.in Makemod
-*.pro
+*.export
+[_a-zA-Z0-9]*.pro
+*.epro
+*.syms
 *.o
 *.o.c
 *.so
@@ -19,7 +22,9 @@ zsh
 libzsh.so*
 sigcount.h
 signames.c
+version.h
 zshpaths.h
 zshxmods.h
 bltinmods.list
 tags TAGS
+cscope.out