Skip to content
Snippets Groups Projects
Commit 991d0e2a authored by Raphaël Doursenaud's avatar Raphaël Doursenaud
Browse files

Makepack: clean git artifacts

parent 6eac7e1b
No related branches found
No related tags found
No related merge requests found
...@@ -357,9 +357,7 @@ if ($nboftargetok) { ...@@ -357,9 +357,7 @@ if ($nboftargetok) {
$ret=`rm -f $BUILDROOT/$PROJECT/.buildpath`; $ret=`rm -f $BUILDROOT/$PROJECT/.buildpath`;
$ret=`rm -fr $BUILDROOT/$PROJECT/.cache`; $ret=`rm -fr $BUILDROOT/$PROJECT/.cache`;
$ret=`rm -fr $BUILDROOT/$PROJECT/.externalToolBuilders`; $ret=`rm -fr $BUILDROOT/$PROJECT/.externalToolBuilders`;
$ret=`rm -fr $BUILDROOT/$PROJECT/.git`; $ret=`rm -fr $BUILDROOT/$PROJECT/.git*`;
$ret=`rm -f $BUILDROOT/$PROJECT/.gitmodules`;
$ret=`rm -f $BUILDROOT/$PROJECT/.gitignore`;
$ret=`rm -fr $BUILDROOT/$PROJECT/.project`; $ret=`rm -fr $BUILDROOT/$PROJECT/.project`;
$ret=`rm -fr $BUILDROOT/$PROJECT/.settings`; $ret=`rm -fr $BUILDROOT/$PROJECT/.settings`;
$ret=`rm -fr $BUILDROOT/$PROJECT/.travis.yml`; $ret=`rm -fr $BUILDROOT/$PROJECT/.travis.yml`;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment