-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
33 lines (28 loc) · 1.08 KB
/
Copy path.gitignore
File metadata and controls
33 lines (28 loc) · 1.08 KB
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
# MATLAB-specific files
*.asv # Autosave files
*.m~ # Backup files
*.mlx~ # Live script backup files
*.mlappinstall # MATLAB App Installer files
*.mltbx # MATLAB Toolbox files
# Temporary and cache files
*.asv # Autosave files
*.mlhistory # Command History files
*.mldatx # Simulation cache files
*.slxc # Simulation cache files
*.slxcsc # Stateflow generated code
*.mex* # Compiled binaries
# Project files
*.prj # Project files
*.SimulinkCache # Cache directory for Simulink models
*.SimulinkCodeGen # Code generation cache for Simulink
# User preference files
*.matlab # MATLAB desktop layout and preferences
# Hidden files and directories
.DS_Store # macOS metadata files
Thumbs.db # Windows metadata files
.idea/ # JetBrains IDE metadata
.vscode/ # Visual Studio Code settings
# Ignore output directories
output/ # Example output directory
simout/ # Example simulation output directory
codegen/ # Code generation directory