diff options
| author | Jørgen P. Tjernø <[email protected]> | 2013-12-03 10:39:23 -0800 |
|---|---|---|
| committer | Jørgen P. Tjernø <[email protected]> | 2013-12-03 11:57:22 -0800 |
| commit | b5dc4a85433a908d38d453e98d7d45e22e2a5fc0 (patch) | |
| tree | f186094efa03e9c1144fb5c98161cf3f7b054f90 /.gitattributes | |
| parent | Specify clobbered registers in POSIX SSE functions (diff) | |
| download | archived-source-sdk-2013-b5dc4a85433a908d38d453e98d7d45e22e2a5fc0.tar.xz archived-source-sdk-2013-b5dc4a85433a908d38d453e98d7d45e22e2a5fc0.zip | |
Line-ending fixes for most of the remaining files.
Fixes line-endings for files with extensions vcd, cc, txt, bat, fxc, inc, lst,
proto, mak, mm, cfg, res, rc, def, vmt, vsh, vbsp, inl, asm, m4, vcproj,
vcxproj, sln, in, java, la, manifest, am, and rad.
Also fixes README, CONTRIBUTING, CONTRIBUTORS, LICENSE, CHANGES, COPYING, and
gitignore.
Finally, fixes executable bits.
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index ae92cd93..8309c7d7 100644 --- a/.gitattributes +++ b/.gitattributes @@ -6,9 +6,12 @@ vpc_linux binary vpc_osx binary *.sh text +*.bat text +*.txt text *.c text *.h text *.H text +*.cc text *.cpp text *.vpc text *.vgc text @@ -17,7 +20,32 @@ vpc_osx binary *.pl text *.py text *.xcconfig text +*.vcd text +*.vbsp text +*.proto text +*.inc text +*.fxc text +*.vsh text +*.lst text +*.mm text +*.cfg text +*.res text +*.rc text +*.def text +*.vmt text +*.inl text +*.asm text + +.gitignore text +sourcesdk_def.mak text +smdlexp.mak text +README text +CONTRIBUTING text +LICENSE text *.exe binary protoc binary ccache binary + +gtest_output_test_golden_lin.txt binary +mod_*_english.txt binary |