ソースを参照

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