-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitattributes
More file actions
32 lines (29 loc) · 908 Bytes
/
.gitattributes
File metadata and controls
32 lines (29 loc) · 908 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
# If you want to convert text files to native line endings (CRLF on Windows)
# on checkout, configure your Git client to do it (e.g. don't change anything:
# default values: core.autocrlf=false and core.eol=native; or set core.autocrlf=true).
* text=auto
# Explicitly declare text files you want to always be normalized and converted
# to LF endings on checkout.
*.sh text eol=lf
*.svg text eol=lf
*.po text eol=lf
# Denote all files that are truly binary and should not be modified.
# (binary is a macro for -text -diff)
*.zip binary
*.exe binary
*.pch binary
*.pdb binary
*.dll binary
*.lib binary
*.bmp binary
*.emf binary
*.jpg binary
*.jpeg binary
*.png binary
*.gif binary
*.ico binary
*.cur binary
*.raw binary
*.key binary
*.pdf binary
*.obj binary