Exclude the bin directories from the files pushed to SourceForge
This commit is contained in:
parent
cc69b20504
commit
7b5ae68e13
|
@ -186,6 +186,7 @@ distributions {
|
||||||
exclude( '**/.settings' )
|
exclude( '**/.settings' )
|
||||||
exclude( '**/.nbattrs' )
|
exclude( '**/.nbattrs' )
|
||||||
exclude( '**/out/**' )
|
exclude( '**/out/**' )
|
||||||
|
exclude( '**/bin/**' )
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue