e77cadcbc61fd30f7498baf28439db07907184b4
chmalee
  Thu Jun 14 08:45:20 2018 -0700
Adding test .as file to list of ignored files in buildTableDescriptions after email from Braney

diff --git src/test/buildTableDescriptions.pl src/test/buildTableDescriptions.pl
index 9369837..ff9b03c 100755
--- src/test/buildTableDescriptions.pl
+++ src/test/buildTableDescriptions.pl
@@ -49,30 +49,31 @@
 		      "hg/lib/gsid/vax004AaMaf.as" => "",
 		      "hg/lib/gsid/vax004Cons.as" => "",
 		      "hg/lib/gsid/vax004Maf.as" => "",
 		      "hg/makeDb/schema/joinerGraph/all.as" => "",
 		      "hg/makeDb/schema/joinerGraph/swissProt.as" => "",
 		      "hg/protein/spToDb/spDbTables.as" => "",
 		      "hg/ultras/ultraDb/as/udHistory.as" => "",
 		      "hg/bioImage/bioImage.as" => "",
 		      "hg/bioImage/loadMahoney/mahoney.as" => "",
 		      "hg/genePix/genePix.as" => "",
 		      "hg/genePix/loadMahoney/mahoney.as" => "",
 		      "hg/visiGene/visiGene.as" => "",
 		      "hg/visiGene/vgLoadMahoney/mahoney.as" => "",
 		      "lib/pslWScore.as" => "",
 		      "utils/bedToBigBed/tests/input/itemRgb.as" => "",
+		      "utils/expMatrixToBarchartBed/tests/test.as" => "",
 		    );
 
 my $basename      = $0;  $basename =~ s@.*/@@;
 #
 # usage: Print help message and exit, happy or unhappy.
 #
 sub usage {
     print STDERR "Usage:
 $basename  [-kentSrc dir]  [-gbdDPath f]  [-noLoad]  [-help]
     -kentSrc dir:	Use dir as the kent/src checkout.
 			Default: $kentSrc.
     -gbdDPath f:	Use f as the gbdDescriptions.html.
 			Default: $gbdDPath.
     -db db:             Work only on db, not on all active dbs.
     -hgConf file:       Use file instead of ~/.hg.conf.