Browse Source

Added matlab editor global gitignore to remove autosaved backups

Nick Clark 14 years ago
parent
commit
9da8f662ca
1 changed files with 11 additions and 0 deletions
  1. 11 0
      Global/Matlab.gitignore

+ 11 - 0
Global/Matlab.gitignore

@@ -0,0 +1,11 @@
+##---------------------------------------------------
+## Remove autosaves generated by the Matlab editor
+## We have git for backups!
+##---------------------------------------------------
+
+# Windows default autosave extension
+*.asv
+
+# OSX / *nix default autosave extension
+*.m~
+