diff options
| author | Jørgen P. Tjernø <[email protected]> | 2013-12-02 19:25:24 -0800 |
|---|---|---|
| committer | Jørgen P. Tjernø <[email protected]> | 2013-12-02 19:30:17 -0800 |
| commit | c47ad60970ba6621a122f84576cd5ebc59a2f6bd (patch) | |
| tree | 67cfc048e95cc6f2e29a57c70ce9d3fa77ee4a55 /.gitattributes | |
| parent | Merge pull request #196 from jstasiak/callvpc (diff) | |
| download | source-sdk-2013-c47ad60970ba6621a122f84576cd5ebc59a2f6bd.tar.xz source-sdk-2013-c47ad60970ba6621a122f84576cd5ebc59a2f6bd.zip | |
Mark some more files as text.
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/.gitattributes b/.gitattributes index 8dcee243..72239ce4 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,11 +1,21 @@ creategameprojects text createallprojects text +xcode_ccache_wrapper text vpc text -*.sh text - vpc_linux binary vpc_osx binary +*.sh text +*.c text +*.h text +*.cpp text +*.vpc text +*.vgc text +*.nut text +*.awk text +*.pl text +*.py text + *.exe binary protoc binary ccache binary |