Jelajahi Sumber

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 tahun lalu
induk
melakukan
050bb41ca7
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      Utilities/.gitattributes

+ 1 - 0
Utilities/.gitattributes

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