Browse Source

GitSetup: Restrict import to files we need

Brad King 8 years ago
parent
commit
cbd37fbec3
1 changed files with 7 additions and 0 deletions
  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 () {