Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

PATCH: .cvsignore for cscope.out



I was finally tired by these "? cscope.out" so I added it to top level and Src
.cvsignore (sometimes I do it from Src ...). I hope, nobody objects.

BTW I was very pleased to see that cscope finally went opensource (much thanks
to SCO for releasing it). I prefer it over tags because it can find all uses
of an identifier, not just definitions (global can as well, but I could not
find how to use it with Vim). And it is well suppported by Vim. Current
version finally added directory recursion (that was pain to get before) so it
is really usable.

-andrej

Have a nice DOS!
B >>

Index: .cvsignore
===================================================================
RCS file: /cvsroot/zsh/zsh/.cvsignore,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 .cvsignore
--- .cvsignore  1999/04/15 18:05:35     1.1.1.1
+++ .cvsignore  2000/08/16 10:27:03
@@ -8,3 +8,4 @@
 configure
 stamp-h
 stamp-h.in
+cscope.out
Index: Src/.cvsignore
===================================================================
RCS file: /cvsroot/zsh/zsh/Src/.cvsignore,v
retrieving revision 1.1.1.5
diff -u -r1.1.1.5 .cvsignore
--- Src/.cvsignore      1999/12/01 18:36:01     1.1.1.5
+++ Src/.cvsignore      2000/08/16 10:27:04
@@ -27,3 +27,4 @@
 zshxmods.h
 bltinmods.list
 tags TAGS
+cscope.out



Messages sorted by: Reverse Date, Date, Thread, Author