-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.gitattributes
44 lines (40 loc) · 995 Bytes
/
.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
# Set the default behavior, in case people don't have core.autocrlf set.
# Handle line endings automatically for files detected as text
# and leave all files detected as binary untouched.
* text=auto
# Declare files that will always have CRLF line endings on checkout.
*.ini text eol=crlf
*.vbs text eol=crlf
*.ps1 text eol=crlf
*.txt text eol=crlf
*.pl text eol=crlf
*.log text eol=crlf
# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
# *.c text
# Text files with fixed EOL requirements
*.bat text eol=crlf
*.sh text eol=lf
# Binary files
*.a binary
*.afm binary
*.bmp binary
*.dat binary
*.dbf binary
*.exe binary
*.frm binary
*.gif binary
*.icns binary
*.ico binary
*.jpg binary
*.lbl binary
*.lib binary
*.mdb binary
*.ng binary
*.odt binary
*.pdf binary
*.pfb binary
*.png binary
*.sqlite3 binary
*.tif binary
*.dll binary