Exclude tested module
This commit is contained in:
parent
c8ea72473e
commit
f0ed7dac09
@ -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
9
htdocs/.gitignore
vendored
@ -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*
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user