Improve performance with Git shallow clone and add .gitignore #5
No reviewers
Labels
No Label
API CHANGE
BUG
DUPLICATE
ENHANCEMENT
HELP WANTED
IDEA
INVALID
MODDING
QUESTION
REFACTORING
SYNC
TRANSLATION
UPSTREAM
WONTFIX
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: xt-sys/xtchain#5
Loading…
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