wake-0 / fhvOS

This repository contains an os for the arm cortex a8 in combination with beaglebone.
GNU General Public License v2.0
7 stars 1 forks source link

[General] Adding debug/release/... folder to gitignore #13

Closed trylimits closed 9 years ago

trylimits commented 9 years ago

We should add the folders (from ALL sub-projects) to .gitignore

/Debug/
/Release/
/Debug_*

These blow up the repo and are not needed necessarily as everybody should be able to build the project him- oder herself.

Maybe something like:

*/Debug/
*/Release/
*/Debug_*

will work in the top-level folder.

trylimits commented 9 years ago

Added it to top level folder https://github.com/Blackjack92/fhvOS/commit/18c4470efbdbde4fd84c7017174c6eab1254025f