-
Notifications
You must be signed in to change notification settings - Fork 3
/
.gitattributes
61 lines (48 loc) · 1.8 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
# By default, auto detect text files and perform LF normalization
* text=auto eol=lf
# VBA extensions - Prevent LF normalization
*.[bB][aA][sS] -text diff
*.[cC][lL][sS] -text diff
*.[fF][rR][mM] -text diff
*.[vV][bB][aA] -text diff
# VBA extensions - Mark as binary
*.[fF][rR][xX] binary
# AutoHotKey - Prevent LF normalization
*.[aA][hH][kK] -text diff
# Batch scripts - Prevent LF normalization
*.[cC][mM][dD] -text diff
*.[bB][aA][tT] -text diff
############################################################################
# Optional Sections
############################################################################
# Excel documents (xla, xlam, xls, xlsb, xlsm and xlsx)
*.[xX][lL][aA] binary
*.[xX][lL][aA][mM] binary
*.[xX][lL][sS] binary
*.[xX][lL][sS][bB] binary
*.[xX][lL][sS][mM] binary
*.[xX][lL][sS][xX] binary
# Word documents (doc and docx)
*.[dD][oO][cC] diff=astextplain
*.[dD][oO][cC][xX] diff=astextplain
# PowerPoint documents (ppt and pptx)
*.[pP][pP][tT] binary
*.[pP][pP][tT][xX] binary
# Access documents (accdb)
*.[aA][cC][cC][dD][bB] binary
# Images
*.[jJ][pP][gG] binary
*.[pP][nN][gG] binary
*.[bB][mM][pP] binary
*.[gG][iI][fF] binary
*.[iI][cC][oO] binary
# Compressed files
*.[zZ][iI][pP] binary
*.[cC][aA][bB] binary
*.[7][zZ] binary
*.[gG][zZ] binary
# Executables
*.[eE][xX][eE] binary
*.[dD][lL][lL] binary
# Other
*.[pP][dD][fF] diff=astextplain