-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
65 lines (57 loc) · 1.01 KB
/
.gitattributes
File metadata and controls
65 lines (57 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
* text=auto
*.patch -text
.gitattributes export-ignore
.gitignore export-ignore
.gitkeep export-ignore
*.bash text eol=lf
*.bat text eol=crlf
*.cmd text eol=crlf
*.fish text eol=lf
*.nu text eol=lf
*.ps1 text eol=crlf
*.sh text eol=lf
*.zsh text eol=lf
*.json text
*.toml text
*.xml text
*.yaml text
*.yml text
*.DOC diff=astextplain
*.DOCX diff=astextplain
*.DOT diff=astextplain
*.PDF diff=astextplain
*.RTF diff=astextplain
*.adoc text
*.bib text diff=bibtex
*.bibtex text diff=bibtex
*.csv text eol=crlf
*.doc diff=astextplain
*.docx diff=astextplain
*.dot diff=astextplain
*.epub diff=astextplain
*.md text diff=markdown
*.mdx text diff=markdown
*.mustache text
*.pdf diff=astextplain
*.rtf diff=astextplain
*.sql text
*.tab text
*.tex text diff=tex
*.textile text
*.tsv text
*.txt text
*.eps binary
*.gif binary
*.ico binary
*.jpeg binary
*.jpg binary
*.png binary
*.svg binary
*.tif binary
*.tiff binary
*.7z binary
*.gz binary
*.tar binary
*.tgz binary
*.zip binary
bpf/include/vmlinux/**/vmlinux*.h linguist-generated