浏览代码

GitSetup: Restrict import to files we need

Brad King 8 年之前
父节点
当前提交
cbd37fbec3
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      Utilities/Scripts/update-gitsetup.bash

+ 7 - 0
Utilities/Scripts/update-gitsetup.bash

@@ -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 () {