A long time ago, I followed this guide: https://source.android.com/source/downloading.html to download the master copy of Android Source Code. That was ~5GB as far as I remember.
Today I wanted to update my local copy to branch Android 4.4.4, so I followed the same guide but instead of requesting the master, I specified a branch using the -b command.
I noticed that the size of the final source code increased dramatically to ~12GB which leaves me suspicious that old unneeded files are not deleted using the repo sync command.
How can I clean up?
The output folder is not counted so those 12GB are pure source code only.