In the CC2650DK examples (for instance HeartRate) I noticed that the sysbios gets built in a directory called simplelink\ble_cc26xx_2_01_00_44423\Projects\ble\HeartRate\CC26xx\CCS\Config\src. This is built in the actual project directory rather than in the CCS workspace and typically contains ~65MB worth of built files. The issue is that I need to exclude this directory from check in to a version control repository. How can the projects be configure so that this is created in the workspace and not in the project directory?