Improve performance with Git shallow clone and add .gitignore #5
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch ":tweaks"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -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 gitignoreto Improve performance with Git shallow clone and add .gitignore