Index: xcvs/xcvs-config.php
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/cvslog/xcvs/xcvs-config.php,v
retrieving revision 1.13
diff -u -p -r1.13 xcvs-config.php
--- xcvs/xcvs-config.php	6 Dec 2007 18:19:39 -0000	1.13
+++ xcvs/xcvs-config.php	25 Jun 2008 20:39:11 -0000
@@ -1,7 +1,7 @@
 <?php
 /**
 * $Id: xcvs-config.php,v 1.13 2007/12/06 18:19:39 dww Exp $
-* $Name:  $
+* $Name: HEAD $
 *
 * @file
 * Configuration variables and settings for eXtended CVS.
@@ -90,9 +90,9 @@ $xcvs['cvs_allow_users'] = array();
 // always denied, regardless of other access control. If empty,
 // files will be tested with the other access control checks.
 // EXAMPLE: On drupal.org, we prevent any files from being committed
-// to the profiles directory, except things that end in .txt or .profile.
+// to the profiles directory, except things that end in .txt, .profile, or .inc.
 // We also prevent any packaged files (.gz, .tar, etc).
-//$xcvs['commit_deny_files'] = array('@^contributions/profiles.*(?<!\.profile|\.txt)$@', '@^.*\.(gz|tgz|tar|zip)$@');
+//$xcvs['commit_deny_files'] = array('@^contributions/profiles.*(?<!\.profile|\.txt|\.inc)$@', '@^.*\.(gz|tgz|tar|zip)$@');
 $xcvs['commit_deny_files'] = array();
 
 // List of regular expressions describing files where commits are
