-
Notifications
You must be signed in to change notification settings - Fork 11
/
.gitattributes
54 lines (49 loc) · 1.18 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
# Auto-detection of text files with LF normalization.
# This will handle all the file types not listed below.
* text=auto
# Excluded Files
.gitattributes export-ignore
.gitignore export-ignore
# Documents
*.adoc text
*.bibtex text diff=bibtex
*.csv text
*.doc diff=astextplain
*.docx diff=astextplain
*.dot diff=astextplain
*.md text
*.mustache text
*.pdf diff=astextplain
*.rtf diff=astextplain
*.tab text
*.tex text diff=tex
*.textile text
*.tsv text
*.sql text
# Graphics
*.eps binary
*.gif binary
*.ico binary
*.jpeg binary
*.jpg binary
*.png binary
*.svg text
*.tif binary
*.tiff binary
# Matlab - Source Files
*.m text diff=matlab
*.mu text diff=matlab
# Matlab - Binary Files
*.fig binary
*.mat binary
*.mdl binary
*.mdlp binary
*.mex* binary
*.mlappinstall binary
*.mlpkginstall binary
*.mltbx binary
*.mn binary
*.p binary
*.sldd binary
*.slx binary
*.slxp binary