Просмотр исходного кода

Tell Git not to export the GitSetup directory

The `Utilities/GitSetup` directory is useful only in Git work trees
and so does not need to be distributed with source tarballs.
Brad King 9 лет назад
Родитель
Сommit
050bb41ca7
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      Utilities/.gitattributes

+ 1 - 0
Utilities/.gitattributes

@@ -1,2 +1,3 @@
 /Git                    export-ignore
+/GitSetup               export-ignore
 SetupForDevelopment.sh  export-ignore