-
Notifications
You must be signed in to change notification settings - Fork 4
/
.gitattributes
95 lines (93 loc) · 1.4 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
# from: http://adaptivepatchwork.com/2012/03/01/mind-the-end-of-your-line/
# These files are text and should be normalized (convert crlf => lf)
*.01 text
*.02 text
*.03 text
*.04 text
*.05 text
*.LST text
*._hl7 text
*._res text
*.analysis text
*.awk text
*.bas text
*.c text
*.cdtbuild text
*.cdtproject text
*.cfg text
*.css text
*.dat text
*.def text
*.depend text
*.dist text
*.doc text
*.dot text
*.exp text
*.gdbm text
*.h text
*.hl7 text
*.htaccess text
*.htm text
*.html text
*.in text
*.java text
*.js text
*.json text
*.l text
*.login text
*.map text
*.md text
*.md text
*.my text
*.pack text
*.pdb text
*.php text
*.pml text
*.rc text
*.rcp text
*.res text
*.sample text
*.sed text
*.sh text
*.stackdump text
*.tc text
*.tcl text
*.test text
*.tk text
*.tm_properties text
*.txt text
*.vbp text
*.xml text
*.xpml text
*.xrd text
*.xrw text
*.xsl text
*.y text
*.yml text
.cvsignore text
.gitattributes text
LICENSE text
Makefile text
Palmmake text
README* text
TESTING_INSTRUCTIONS text
htaccess text
.htaccess text
pml/graph/graphit text
vpml/build text
vpml/run text
# Images should be treated as binary
# (binary is a macro for -text -diff)
*.GIF binary
*.ICO binary
*.bmp binary
*.db binary
*.gif binary
*.ico binary
*.jpeg binary
*.jpg binary
*.mdb binary
*.pdf binary
*.png binary
*.sdf binary
*.xpm binary