diff options
| author | Jørgen P. Tjernø <[email protected]> | 2013-07-03 17:28:46 -0700 |
|---|---|---|
| committer | Jørgen P. Tjernø <[email protected]> | 2013-07-03 17:29:49 -0700 |
| commit | 9573e4b8b64d70acbc7e813d6f3f76b29e97aa8c (patch) | |
| tree | dc09d66e5c2defb0b061e920f232b838872ba417 | |
| parent | Merge pull request #49 from ntgd/master (diff) | |
| download | source-sdk-2013-9573e4b8b64d70acbc7e813d6f3f76b29e97aa8c.tar.xz source-sdk-2013-9573e4b8b64d70acbc7e813d6f3f76b29e97aa8c.zip | |
Check in gitattributes for binaries.
Followup to @TheSeg's comments on 5f08baa.
| -rw-r--r-- | .gitattributes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..ed043c0c --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.exe binary +protoc binary +ccache binary |