forked from ggarra13/mrv2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
47 lines (43 loc) · 859 Bytes
/
Copy path.gitattributes
File metadata and controls
47 lines (43 loc) · 859 Bytes
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
*.code-workspace eol=lf
*.cmake text eol=lf
*.cpp text eol=lf
*.h text eol=lf
*.html text eol=lf
*.in text eol=lf
*.i text eol=lf
*.fl text eol=lf
*.json text eol=lf
*.md text eol=lf
*.mm text eol=lf
*.po text eol=lf
*.pot text eol=lf
*.py text eol=lf
*.rb text eol=lf
*.rst text eol=lf
*.sh text eol=lf
*.txt text eol=lf
*.dll -text
*.exe -text
*.ico -text
*.icns -text
*.dylib -text
*.lib -text
*.mo -text
*.mov -text
*.mp4 -text
*.mpv -text
*.png -text
*.pyc -text
*.ttf -text
*.webm -text
*.po diff=podiff
*.pot diff=podiff
*.po filter=po
*.pot filter=po
precompiled/windows/win64/include/lib/** linguist-language=C
*.bat linguist-language=bat
*.cpp linguist-language=C++
*.h linguist-language=C++
*.nsh linguist-language=NSIS
*.py linguist-language=Python
*.sh linguist-language=bash