Add MATLAB-focused gitignore
This commit is contained in:
17
.gitignore
vendored
Normal file
17
.gitignore
vendored
Normal 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/
|
||||||
Reference in New Issue
Block a user