-
Notifications
You must be signed in to change notification settings - Fork 34
/
.gitattributes
51 lines (45 loc) · 1.43 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
# Git Attributes File
# Use this as .gitattributes file.
#
# Copyright 2020 The MathWorks, Inc.
*.jpg -crlf -diff -merge
*.png -crlf -diff -merge
*.pdf -crlf -diff -merge
*.docx -crlf -diff -merge
*.pptx -crlf -diff -merge
*.xlsx -crlf -diff -merge
# === For use with MathWorks tools ===
# For details, see the MATLAB Documentation "Set Up Git Source Control".
# Tip*
#
# You can reduce your Git repository size by saving Simulink models in SLX
# format **without** compression. Turning off compression results in larger SLX
# files on disk but reduces repository size.
#
# To turn off SLX compression, open your Simulink SLX file. In the Toolstrip,
# select Modeling tab. In the Design section, select Property Inspector. In the
# Property Inspector, select Properties tab. In the General group, at SLX
# Compression, select "None".
#
# (*based on the Simulink Documentation "Manage Model Versions and Specify Model
# Properties")
# MATLAB binary files
*.fig -crlf -diff -merge
*.mat -crlf -diff -merge
*.mdl -crlf -diff -merge
*.mdlp -crlf -diff -merge
*.mexa64 -crlf -diff -merge
*.mexmaci64 -crlf -diff -merge
*.mexw64 -crlf -diff -merge
*.mlapp -crlf -diff -merge
*.mldatx -crlf -diff -merge
*.mlproj -crlf -diff -merge
*.mlx -crlf -diff -merge
*.p -crlf -diff -merge
*.sfx -crlf -diff -merge
*.sldd -crlf -diff -merge
*.slreqx -crlf -diff -merge
*.sltx -crlf -diff -merge
*.slx -crlf -diff -merge
*.slxc -crlf -diff -merge
*.slxp -crlf -diff -merge