Exclude tested module

This commit is contained in:
Laurent Destailleur 2015-07-20 12:21:15 +02:00
parent c8ea72473e
commit f0ed7dac09
2 changed files with 6 additions and 4 deletions

View File

@ -463,6 +463,7 @@ if ($nboftargetok) {
$ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/factory*`; $ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/factory*`;
$ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/management*`; $ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/management*`;
$ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/multicompany*`; $ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/multicompany*`;
$ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/ndf*`;
$ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/nltechno*`; $ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/nltechno*`;
$ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/oscim*`; $ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/oscim*`;
$ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/pos*`; $ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/pos*`;

9
htdocs/.gitignore vendored
View File

@ -1,12 +1,13 @@
/test.php
/extensions*
/nltechno*
/ancot* /ancot*
/teclib*
/bootstrap* /bootstrap*
/extensions*
/google* /google*
/multicompany* /multicompany*
/ndf*
/numberingpack* /numberingpack*
/nltechno*
/ovh* /ovh*
/pos /pos
/teclib*
/test.php
/ultimatepdf* /ultimatepdf*