Initial commit of existing code.

* All renderdoc code up to this point was written by me, history is available by request
This commit is contained in:
baldurk
2014-05-02 08:14:55 +01:00
parent 04b1549c0f
commit c38affcded
695 changed files with 230316 additions and 0 deletions
+46
View File
@@ -0,0 +1,46 @@
# Based on .gitattributes template from https://help.github.com/articles/dealing-with-line-endings
# Set default behaviour, in case users don't have core.autocrlf set.
* text=auto
# Explicitly declare text files we want to always be normalized and converted
# to native line endings on checkout.
*.c text
*.cc text
*.cpp text
*.h text
*.hlsl text
*.htm text
*.md text
*.xml text
*.txt text
# Declare files that will always have CRLF line endings on checkout.
*.sln text eol=crlf
*.csproj text eol=crlf
*.vcxproj text eol=crlf
*.shfbproj text eol=crlf
*.resx text eol=crlf
*.aml text eol=crlf
*.cs text eol=crlf diff=csharp
# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
*.bmp binary
*.ico binary
*.exe binary
*.dll binary
*.lib binary
*.pdb binary
*.rtf binary
*.snk binary
*.rc binary
# Specific files that should be left alone
renderdoccmd/resource.h binary
renderdoc/data/resource.h binary