-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.gitignore
More file actions
61 lines (45 loc) · 722 Bytes
/
.gitignore
File metadata and controls
61 lines (45 loc) · 722 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
57
58
59
60
# List of untracked files to ignore
# Autosave files
*.asv
*.m~
*.autosave
*.slx.r*
*.mdl.r*
__pycache__
*.pyc
*/*.pyc
# 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
Utilities/ProjectSettings.mat
# GitLab page folder
public/
# Prevent accidentally committing your API key
myAPIkey.txt
# Live Task Repository
MATLAB-Live-Task-for-Python