-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
.gitattributes
51 lines (47 loc) · 2.08 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
ChangeLog.txt ident
# Default
* text=auto
# These files are text and should be normalized (convert CRLF => LF)
*.bat text eol=crlf
*.c text eol=crlf
*.ch text eol=crlf
*.css text eol=crlf
*.frm text eol=crlf
*.h text eol=crlf
*.hb text eol=crlf
*.hbc text eol=crlf
*.hbm text eol=crlf
*.hbp text eol=crlf
*.hbx text eol=crlf
*.html text eol=crlf
*.ini text eol=crlf
*.log text eol=crlf
*.md text eol=crlf
*.ppo text eol=crlf
*.prg text eol=crlf
*.rc text eol=crlf
*.txt text eol=crlf
# Binary files
*.a binary
*.bmp binary
*.dat binary
*.dbf binary
*.exe binary
*.gif binary
*.ico binary
*.jpg binary
*.lib binary
*.mdb binary
*.ng binary
*.odt binary
*.pdf binary
*.png binary
*.sqlite3 binary
*.tif binary
*.tiff binary
*.zip binary
# TOTEST:
#*.c text diff=cpp
#*.h text diff=cpp
#*.htm text diff=html
#*.html text diff=html