-
Notifications
You must be signed in to change notification settings - Fork 12
/
.gitattributes
63 lines (63 loc) · 1.27 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
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto eol=lf
# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
# C++ code
*.c text
*.cpp text
*.cxx text
*.h text
*.hpp text
*.hxx text
# Java code
*.java text
# Shader code
*.glsl text
*.hlsl text
*.vsh text
*.vert text
*.vertex text
*.geo text
*.geom text
*.geometry text
*.tsc text
*.tesc text
*.tess_control text
*.tse text
*.tese text
*.tess_eval text
*.fsh text
*.frag text
*.fragment text
*.spirv binary
*.mat text
*.material text
# Patches
*.patch text
# Config files
*.json text
*.conf text
*.xml text
# Scripts
*.gradle text
*.yml text
*.cmake text
# Documentation
*.md text
*.txt text
# Declare files that will always have CRLF line endings on checkout.
*.sln text eol=crlf
# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
gradlew text
gradlew.bat text
=======
*.lib filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.bin filter=lfs diff=lfs merge=lfs -text
*.dll filter=lfs diff=lfs merge=lfs -text
*.pdb filter=lfs diff=lfs merge=lfs -text
*.exe filter=lfs diff=lfs merge=lfs -text
*.so filter=lfs diff=lfs merge=lfs -text
*.so.3.7 filter=lfs diff=lfs merge=lfs -text