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.
This commit is contained in:
Brad King 2017-01-30 16:55:35 -05:00
parent d6108c87af
commit 050bb41ca7

View File

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