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/