-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy path.gitignore
More file actions
56 lines (43 loc) · 686 Bytes
/
.gitignore
File metadata and controls
56 lines (43 loc) · 686 Bytes
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
# List of untracked files to ignore
# Autosave files
*/*.asv
*.asv
*.m~
*.autosave
*.slx.r*
*.mdl.r*
# MATLAB Drive
*.MATLABDriveTag
# Compiled files
*.mex*
*.p
# Compressed files
*.zip
# Packaged app and toolbox files
*.mlappinstall
*.mltbx
# Deployable archives
*.ctf
# Generated helpsearch folders
helpsearch*/
# Defined Simulink cache folder
Utilities/SimulinkCache/*
# Standard code generation folders
slprj/
sccprj/
codegen/
# Code generation file
*.eep
*.elf
*.hex
*.bin
# Cache files
*.slxc
# Project settings and other local data
Utilities/ProjectSettings.mat
Data/allStorms.mat
Data/allStorms.csv
Scripts/myLakeData.mat
myLakeData.mat
# GitLab page folder
public/