Skip to content

Commit

Permalink
Update ignore to secure
Browse files Browse the repository at this point in the history
Conflicts:
	htdocs/.gitignore
  • Loading branch information
eldy committed Sep 22, 2015
1 parent f9973d1 commit c125ba0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/makepack-dolibarr.pl
Expand Up @@ -457,6 +457,7 @@
$ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/documents`;
# Removed known external modules to avoir any error when packaging on test env
$ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/custom/*`; # For custom we want to keep dir
$ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/allscreens*`;
$ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/ancotec*`;
$ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/calling*`;
$ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/bootstrap*`;
Expand All @@ -470,8 +471,8 @@
$ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/public/test`;
$ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/teclib*`;
$ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/timesheet*`;
# Removed other test files
$ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/themes/oblyon*`;
# Removed other test files
$ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/themes/eldy/*.new`;
$ret=`rm -fr $BUILDROOT/$PROJECT/htdocs/public/test`;
$ret=`rm -fr $BUILDROOT/$PROJECT/test`;
Expand Down
3 changes: 3 additions & 0 deletions htdocs/.gitignore
Expand Up @@ -11,3 +11,6 @@
/teclib*
/test.php
/ultimatepdf*
/lead
/dolimed*
/allscreens*

0 comments on commit c125ba0

Please sign in to comment.