Răsfoiți Sursa

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 ani în urmă
părinte
comite
050bb41ca7
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  1. 1 0
      Utilities/.gitattributes

+ 1 - 0
Utilities/.gitattributes

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