[Cvsshell-devel] CVS: cvsshell/etc default-cvsshellrc,1.4,1.5
Status: Beta
Brought to you by:
stefanheimann
From: Stefan H. <ste...@us...> - 2002-03-11 12:02:16
|
Update of /cvsroot/cvsshell/cvsshell/etc In directory usw-pr-cvs1:/tmp/cvs-serv29583/etc Modified Files: default-cvsshellrc Log Message: * added support for filtering the file-listing * add now ask if the files should be added. Index: default-cvsshellrc =================================================================== RCS file: /cvsroot/cvsshell/cvsshell/etc/default-cvsshellrc,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** default-cvsshellrc 10 Mar 2002 23:13:59 -0000 1.4 --- default-cvsshellrc 11 Mar 2002 12:02:13 -0000 1.5 *************** *** 4,8 **** --- 4,13 ---- # Here you can set configuration variables section CONFIG: + pager = more + + # filenames that matches one of these patterns should be excluded + # from the listing as produced by update, refresh or status + filter = *.pyc *~ end |