|
[Webware-checkins] CVS: Webware/bin MakeAppWorkDir.py,1.15,1.16
From: Ian Bicking <ianbicking@us...> - 2002-12-12 05:23
|
Update of /cvsroot/webware/Webware/bin In directory sc8-pr-cvs1:/tmp/cvs-serv9637/bin Modified Files: MakeAppWorkDir.py Log Message: Added a .cvsignore file in the default/sample context Index: MakeAppWorkDir.py =================================================================== RCS file: /cvsroot/webware/Webware/bin/MakeAppWorkDir.py,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** MakeAppWorkDir.py 12 Dec 2002 05:21:04 -0000 1.15 --- MakeAppWorkDir.py 12 Dec 2002 05:23:26 -0000 1.16 *************** *** 214,217 **** --- 214,218 ---- 'Logs': '*', 'Sessions': '*', + self._sample: '*.pyc', } for dir, contents in files.items(): |
| Thread | Author | Date |
|---|---|---|
| [Webware-checkins] CVS: Webware/bin MakeAppWorkDir.py,1.15,1.16 | Ian Bicking <ianbicking@us...> |