]> git.proxmox.com Git - ceph.git/blob - ceph/src/civetweb/.gitattributes
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / civetweb / .gitattributes
1 # Auto detect text files and perform LF normalization
2 * -text
3
4 # Custom for Visual Studio
5 *.cs diff=csharp
6 *.sln merge=union
7 *.csproj merge=union
8 *.vbproj merge=union
9 *.fsproj merge=union
10 *.dbproj merge=union
11
12 # Standard to msysgit
13 *.doc diff=astextplain
14 *.DOC diff=astextplain
15 *.docx diff=astextplain
16 *.DOCX diff=astextplain
17 *.dot diff=astextplain
18 *.DOT diff=astextplain
19 *.pdf diff=astextplain
20 *.PDF diff=astextplain
21 *.rtf diff=astextplain
22 *.RTF diff=astextplain
23
24 # Preserver Windows specfic lines endings
25 *.cmd text eol=crlf
26
27
28 # Settings for github syntax highlighting
29 # see https://github.com/github/linguist/blob/master/README.md
30 docs/* linguist-documentation
31 *.inl linguist-language=C
32 *.h linguist-language=C
33 include/CivetServer.h linguist-language=C++