diff options
| author | Ray <raysan5@gmail.com> | 2013-11-18 23:38:44 +0100 |
|---|---|---|
| committer | Ray <raysan5@gmail.com> | 2013-11-18 23:38:44 +0100 |
| commit | 46f10b45ad181a00e8cfa3ba2540f2922e1553cd (patch) | |
| tree | da74ac29ab65c9c6fa82a36cadd796091a14d71f /.gitattributes | |
| parent | cbbf800bb838431a626b232df8eb5db4e0a7e150 (diff) | |
| download | raylib-46f10b45ad181a00e8cfa3ba2540f2922e1553cd.tar.gz raylib-46f10b45ad181a00e8cfa3ba2540f2922e1553cd.zip | |
raylib basic folders structure and some files... ;)
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index 412eeda7..00000000 --- a/.gitattributes +++ /dev/null @@ -1,22 +0,0 @@ -# Auto detect text files and perform LF normalization -* text=auto - -# Custom for Visual Studio -*.cs diff=csharp -*.sln merge=union -*.csproj merge=union -*.vbproj merge=union -*.fsproj merge=union -*.dbproj merge=union - -# Standard to msysgit -*.doc diff=astextplain -*.DOC diff=astextplain -*.docx diff=astextplain -*.DOCX diff=astextplain -*.dot diff=astextplain -*.DOT diff=astextplain -*.pdf diff=astextplain -*.PDF diff=astextplain -*.rtf diff=astextplain -*.RTF diff=astextplain |
