瀏覽代碼

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.
Brad King 9 年之前
父節點
當前提交
d6108c87af
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      Utilities/GitSetup/.gitattributes

+ 0 - 1
Utilities/GitSetup/.gitattributes

@@ -1,5 +1,4 @@
 .git*            export-ignore
 .git*            export-ignore
-.gitattributes  -export-ignore
 
 
 config*          eol=lf         whitespace=indent-with-non-tab
 config*          eol=lf         whitespace=indent-with-non-tab
 git-*            eol=lf         whitespace=indent-with-non-tab
 git-*            eol=lf         whitespace=indent-with-non-tab