Skip to content

Commit

Permalink
MORE gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
ASPePeX committed Apr 12, 2015
1 parent 1c58d63 commit c8a7040
Showing 1 changed file with 131 additions and 8 deletions.
139 changes: 131 additions & 8 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
# 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
Expand All @@ -20,3 +12,134 @@
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain

# Apply native OS line-endings on checkout of these files...
*.boo text
*.c text
*.cginc text
*.config text
*.contentproj text
*.cpp text
*.dae text
*.DAE text
*.dtd text
*.fx text
*.glsl text
*.h text
*.inc text
*.ini text
*.js text
*.JSFL text
*.jsfl text
*.json text
*.log text
*.md text
*.mel text
*.php text
*.shader text
*.txt text
*.TXT text
*.xaml text
*.xml text
*.xsd text
.gitattributes text
.gitignore text
COPYING text
INSTALL* text
KEYS* text
LICENSE* text
NEWS* text
NOTICE* text
README* text
TODO* text
WHATSNEW* text

# Apply Unix-style LF line-endings on checkout of these files...
*.meta text eol=lf
*.sh text eol=lf
*.vspscc text eol=lf
.htaccess text eol=lf

# Previous "binary"
*.unity text eol=lf
*.asset text eol=lf
*.prefab text eol=lf

# Apply Windows/DOS-style CR-LF line-endings on checkout of these files...
*.bat text eol=crlf
*.cmd text eol=crlf
*.csproj text eol=crlf merge=union
*.sln text eol=crlf merge=union
*.user text eol=crlf
*.vcproj text eol=crlf merge=union
*.cs text eol=crlf diff=csharp
*.css text eol=crlf
*.htm text eol=crlf
*.html text eol=crlf
*.vbproj text eol=crlf merge=union
*.fsproj text eol=crlf merge=union
*.dbproj text eol=crlf merge=union

# No end-of-line conversions are applied (i.e., "-text -diff") to these files...
*.7z binary
*.ai binary
*.anim binary
*.apk binary
*.bin binary
*.bmp binary
*.BMP binary
*.com binary
*.COM binary
*.controller binary
*.cubemap binary
*.dex binary
*.dll binary
*.DLL binary
*.dylib binary
*.eps binary
*.exe binary
*.EXE binary
*.exr binary
*.fbx binary
*.FBX binary
*.fla binary
*.flare binary
*.flv binary
*.gif binary
*.guiskin binary
*.gz binary
*.ht binary
*.ico binary
*.jpeg binary
*.jpg binary
*.keystore binary
*.mask binary
*.mat binary
*.mb binary
*.mp3 binary
*.mp4 binary
*.mpg binary
*.ogg binary
*.PCX binary
*.pcx binary
*.pdb binary
*.pdf binary
*.physicMaterial binary
*.physicmaterial binary
*.png binary
*.ps binary
*.psd binary
*.qt binary
*.so binary
*.swf binary
*.tga binary
*.tif binary
*.tiff binary
*.ttf binary
*.TTF binary
*.unitypackage binary
*.unityPackage binary
*.wav binary
*.wmv binary
*.zip binary
*.ZIP binary

0 comments on commit c8a7040

Please sign in to comment.