summaryrefslogtreecommitdiffstats
path: root/conf/gitignore/Matlab
diff options
context:
space:
mode:
Diffstat (limited to 'conf/gitignore/Matlab')
-rw-r--r--conf/gitignore/Matlab16
1 files changed, 16 insertions, 0 deletions
diff --git a/conf/gitignore/Matlab b/conf/gitignore/Matlab
new file mode 100644
index 0000000000..79bc56cddd
--- /dev/null
+++ b/conf/gitignore/Matlab
@@ -0,0 +1,16 @@
+##---------------------------------------------------
+## Remove autosaves generated by the Matlab editor
+## We have git for backups!
+##---------------------------------------------------
+
+# Windows default autosave extension
+*.asv
+
+# OSX / *nix default autosave extension
+*.m~
+
+# Compiled MEX binaries (all platforms)
+*.mex*
+
+# Simulink Code Generation
+slprj/