1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-14 02:08:27 +08:00

GitSetup: Restrict import to files we need

This commit is contained in:
Brad King
2017-11-30 14:55:01 -05:00
parent 92b212e875
commit cbd37fbec3

View File

@@ -11,6 +11,13 @@ readonly repo="https://gitlab.kitware.com/utils/gitsetup.git"
readonly tag="setup"
readonly shortlog=false
readonly paths="
.gitattributes
LICENSE
NOTICE
README
setup-hooks
setup-user
tips
"
extract_source () {