-
Notifications
You must be signed in to change notification settings - Fork 207
/
.gitattributes
85 lines (80 loc) · 1.37 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
ChangeLog.txt ident
# Default
* text=auto
# These files are text and should be normalized (convert CRLF => LF)
*.1 text
*.api text
*.bas text
*.c text
*.cfg text
*.ch text
*.cpp text
*.css text
*.def text
*.diff text
*.h text
*.hb text
*.hbc text
*.hbm text
*.hbp text
*.hbx text
*.html text
*.in text
*.ini text
*.js text
*.log text
*.m text
*.md text
*.mft text
*.mk text
*.nsi text
*.patch text
*.pem text
*.po text
*.prg text
*.rb text
*.rc text
*.sfc text
*.spec text
*.sx text
*.txt text
*.ucf text
*.vbs text
*.xml text
*.xsl text
*.y text
*.yml text
*.yyc text
*.yyh 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
# TOTEST:
#*.c text diff=cpp
#*.h text diff=cpp
#*.htm text diff=html
#*.html text diff=html
#*.m text diff=objc
#*.rb text diff=ruby