diff options
| author | Jørgen P. Tjernø <[email protected]> | 2013-07-05 11:53:27 -0700 |
|---|---|---|
| committer | Jørgen P. Tjernø <[email protected]> | 2013-07-05 12:08:13 -0700 |
| commit | 96d19216944259bd10fd431ae3a9ec1cee873f49 (patch) | |
| tree | d5347a0e195a3b88766092b11d60b52fda0372eb | |
| parent | Updated the libs. Updated vpc_* to include support for $Conditional in .vgc f... (diff) | |
| download | source-sdk-2013-96d19216944259bd10fd431ae3a9ec1cee873f49.tar.xz source-sdk-2013-96d19216944259bd10fd431ae3a9ec1cee873f49.zip | |
Update text & binary attributes.
This should prevent line ending issues.
| -rw-r--r-- | .gitattributes | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index ed043c0c..8dcee243 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,11 @@ +creategameprojects text +createallprojects text +vpc text +*.sh text + +vpc_linux binary +vpc_osx binary + *.exe binary protoc binary ccache binary |