Add MATLAB-focused gitignore

This commit is contained in:
deamonkai
2026-04-04 17:46:13 -05:00
parent 19e5383a43
commit dfc5673cd7

17
.gitignore vendored Normal file
View File

@@ -0,0 +1,17 @@
# macOS
.DS_Store
# Temporary images generated while previewing PDF files
*.pdf.png
# MATLAB autosave and backup files
*.asv
*.m~
# MATLAB generated files and folders
slprj/
*.slxc
*.mex*
# MATLAB profiler output
profile_results/