-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitattributes
96 lines (77 loc) · 1.89 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
* text=auto
# .gitattributes file
.gitignore diff eol=lf
.gitattributes diff eol=lf
# Text files
*.md text
*.bsdoc text
*.config text
*.txt text
*.vsc text
*.fsc text
*.h text diff
*.c text diff
*.cpp text diff
*.rc text diff
*.mm text diff
*.java text diff=java
*.xml text diff=xml
*.json text eol=lf
# Make sure generated files uses LF
*.sc text eol=lf
**/generated/*.h text eol=lf
# Shell scripts require LF
run text diff eol=lf
*.sh text diff eol=lf
# Batch scripts require CRLF
*.bat text eol=crlf
# Windows text files
*.csproj text eol=crlf
*.filters text eol=crlf
*.sln text eol=crlf
*.vcxproj text eol=crlf
# MacOS text files
*.pbxproj text eol=lf
# Binary files
# Project binary files
*.mb binary
*.physx_metadata binary
*.raw binary
###############################
# Git Large File System (LFS) #
###############################
# Archives
*.7z filter=lfs diff=lfs merge=lfs -text
*.br filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.tar filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.gzip filter=lfs diff=lfs merge=lfs -text
# Documents
*.pdf binary
# Images
*.gif binary
*.ico binary
*.jpg binary
*.JPG binary
*.png binary
*.psd binary
*.webp binary
*.dds binary
# Fonts
*.woff2 binary
# Other
*.a filter=lfs diff=lfs merge=lfs -text
*.o filter=lfs diff=lfs merge=lfs -text
*.dll filter=lfs diff=lfs merge=lfs -text
*.exe filter=lfs diff=lfs merge=lfs -text
*.lib filter=lfs diff=lfs merge=lfs -text
*.pdb filter=lfs diff=lfs merge=lfs -text
tools/**/*.exe !filter !diff !merge -text
tools/**/*.dll !filter !diff !merge -text
external/glfw/**/*.a !filter !diff !merge -text
external/glfw/**/*.lib !filter !diff !merge -text
external/libcurl/**/*.exe !filter !diff !merge -text
external/libcurl/**/*.lib !filter !diff !merge -text
# DCM
*.dcm filter=lfs diff=lfs merge=lfs -text