Ver código fonte

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 anos atrás
pai
commit
050bb41ca7
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      Utilities/.gitattributes

+ 1 - 0
Utilities/.gitattributes

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