KWSys: Tell Git not to export .gitattributes
KWSys 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.
This commit is contained in:
parent
c9709dffb0
commit
576ef8c56e
|
@ -1,8 +1,4 @@
|
|||
.git* export-ignore
|
||||
.gitattributes -export-ignore
|
||||
|
||||
/GitSetup export-ignore
|
||||
/SetupForDevelopment.sh export-ignore eol=lf
|
||||
|
||||
/CONTRIBUTING.rst conflict-marker-size=78
|
||||
|
||||
|
|
Loading…
Reference in New Issue