Skip to content
Snippets Groups Projects
Commit d6108c87 authored by Brad King's avatar Brad King
Browse files

GitSetup: Tell Git not to export .gitattributes

GitSetup upstream added an attribute to export `.gitattributes` so that
importing snapshots into the sources of other projects would bring along
the attributes.  However, we don't want to export them from CMake.  Drop
`.gitattributes` entries not relevant to CMake.
parent 3642d657
No related branches found
No related tags found
No related merge requests found
.git* export-ignore
.gitattributes -export-ignore
config* eol=lf whitespace=indent-with-non-tab
git-* eol=lf whitespace=indent-with-non-tab
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment