From dfc5673cd7a5e1cdb8aef8b192235a8765ffe9f7 Mon Sep 17 00:00:00 2001 From: deamonkai <26585050+deamonkai@users.noreply.github.com> Date: Sat, 4 Apr 2026 17:46:13 -0500 Subject: [PATCH] Add MATLAB-focused gitignore --- .gitignore | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..839469e --- /dev/null +++ b/.gitignore @@ -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/