]> git.proxmox.com Git - ceph.git/blame - ceph/src/jaegertracing/opentelemetry-cpp/.gitattributes
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / .gitattributes
CommitLineData
1e59de90
TL
1##### Source code #####
2
3## C++ and C source files
4*.c text eol=lf diff=cpp
5*.h text eol=lf diff=cpp
6*.cc text eol=lf diff=cpp
7*.cpp text eol=lf diff=cpp
8*.cxx text eol=lf diff=cpp
9*.hpp text eol=lf diff=cpp
10
11## Python scripts
12*.py text eol=lf diff=python
13
14## Perl scripts/libraries/modules
15*.perl text eol=lf diff=perl
16*.pl text eol=lf diff=perl
17*.pm text eol=lf diff=perl
18
19## Shell scripts
20*.sh text eol=lf
21*.bash text eol=lf
22
23## Windows batch and PowerShell scripts
24*.bat text eol=crlf
25*.cmd text eol=crlf
26*.ps1 text eol=crlf
27
28##### Other file types #####
29
30## Text files and documentation
31*.txt text
32README* text
33INSTALL* text
34LICENSE* text
35
36## Non-text documentation
37*.html text diff=html
38*.pdf binary
39*.rtf binary
40
41## git files
42.gitignore text eol=lf
43.gitattributes text eol=lf
44
45## bazel files
46WORKSPACE text eol=lf
47BUILD text eol=lf