I am new to Yocto project and also git. I would like to manage source code by git (GUI). However, the yocto directory has too many files and the size is too big (more than 50GB). Therefore the git client (GitEye) cannot read files and be freezed.
In yocto directory, there are source, downloads, and build directories. I want to push only source and build/conf directories.
I tried to create a new git repository to yocto directory, but the git client was freezed. I just want to exclude downloads and build directories before the git client reads them so as not to be freezed.
Are there any good idea to manage yocto souce by git?
$ Environment
- OS: Ubuntu 16.04
- Git client: GitEye (I wasn't able to find any other good client which we can use freely in corporation)
- Git server: GitBucket