From: dpvc v. a. <we...@ma...> - 2006-01-11 22:56:41
|
Log Message: ----------- Don't scan templates/tmpEdit directory for pg files. Tags: ---- rel-2-2-dev Modified Files: -------------- webwork2/lib/WeBWorK/ContentGenerator/Instructor: SetMaker.pm Revision Data ------------- Index: SetMaker.pm =================================================================== RCS file: /webwork/cvs/system/webwork2/lib/WeBWorK/ContentGenerator/Instructor/SetMaker.pm,v retrieving revision 1.59.2.1 retrieving revision 1.59.2.2 diff -Llib/WeBWorK/ContentGenerator/Instructor/SetMaker.pm -Llib/WeBWorK/ContentGenerator/Instructor/SetMaker.pm -u -r1.59.2.1 -r1.59.2.2 --- lib/WeBWorK/ContentGenerator/Instructor/SetMaker.pm +++ lib/WeBWorK/ContentGenerator/Instructor/SetMaker.pm @@ -67,7 +67,7 @@ ## for additional problib buttons my %problib; ## filled in in global.conf my %ignoredir = ( - '.' => 1, '..' => 1, 'Library' => 1, 'CVS' => 1, + '.' => 1, '..' => 1, 'Library' => 1, 'CVS' => 1, 'tmpEdit' => 1, 'headers' => 1, 'macros' => 1, 'email' => 1, ); |