-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitattributes
96 lines (87 loc) · 1.39 KB
/
.gitattributes
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
# Default
* text eol=crlf
# Code:
*.c text eol=lf diff=cpp
*.cpp text eol=lf diff=cpp
*.tpp text eol=lf diff=cpp
*.tcc text eol=lf diff=cpp
*.cc text eol=lf diff=cpp
*.cxx text eol=lf diff=cpp
*.h text eol=lf diff=cpp
*.hh text eol=lf diff=cpp
*.hxx text eol=lf diff=cpp
*.hpp text eol=lf diff=cpp
*.py text eol=lf diff=python
# Shaders:
*.frag text eol=lf
*.vert text eol=lf
# Scripts:
SConscript text eol=lf
SCsub text eol=lf
SConstruct text eol=lf
*.bat text eol=crlf
*.cmd text eol=crlf
*.yml text eol=lf
*.yaml text eol=lf
*.toml text eol=lf
*.ini text eol=crlf
*.sh text eol=lf
*.bash text eol=lf
*.zsh text eol=lf
*.fish text eol=lf
# Others:
*.txt text eol=crlf
*.csv text eol=crlf
_tmp_version_ text
*.md text diff=markdown
# Binary/Executable
*.a binary
*.o binary
*.obj binary
*.so binary
*.dat binary
*.bin binary
*.exe binary
*.dll binary
*.elf binary
*.elf32 binary
*.elf64 binary
*.lib binary
*.db binary
*.pickle binary
*.pkl binary
*.pyc binary
*.pyo binary
*.pyd binary
# Images:
*.png binary
*.tiff binary
*.jb2 binary
*.jbig binary
*.jbib binary
*.apng binary
*.gif binary
*.webp binary
*.jpg binary
# Audio:
*.flac binary
*.wav binary
*.mp2 binary
*.mp3 binary
*.ogg binary
*.opus binary
*.aac binary
*.mp4a binary
*.mka binary
# Archive:
*.xz binary
*.zip binary
*.zst binary
*.gz binary
*.rar binary
*.tar binary
# Other binary
*.ods binary
*.ttf binary
*.otf binary
*.hpw_replay binary