If adding .gitignore file, then I think it would be good idea to ignore sources directory as well, to prevent committing 3rd party repositories cloned with build-linux.sh script.
If adding .gitignore file, then I think it would be good idea to ignore `sources` directory as well, to prevent committing 3rd party repositories cloned with build-linux.sh script.
@@ -0,0 +1,2 @@
binaries/*
If adding .gitignore file, then I think it would be good idea to ignore
sources
directory as well, to prevent committing 3rd party repositories cloned with build-linux.sh script.Tweaks to build script and added gitignore改為 Improve performance with Git shallow clone and add .gitignore