1) You can list just the objects that you want to ...
# sdf
d
1) You can list just the objects that you want to deploy 2) I think you might even be able to put deployable objects into one folder, and the non-deployable objects into another folder:
Copy code
<deploy>
  <objects>
    <path>~/Objects/deploy_these/*</path>
  </objects>
</deploy>
And leave all other objects just in the ~/Objects/ folder