]> source.dussan.org Git - gitignore.git/commitdiff
Added matlab editor global gitignore to remove autosaved backups 167/head
authorNick Clark <nrclark@essex.ac.uk>
Sat, 4 Jun 2011 20:39:47 +0000 (21:39 +0100)
committerNick Clark <nrclark@essex.ac.uk>
Sat, 4 Jun 2011 20:39:47 +0000 (21:39 +0100)
Global/Matlab.gitignore [new file with mode: 0644]

diff --git a/Global/Matlab.gitignore b/Global/Matlab.gitignore
new file mode 100644 (file)
index 0000000..bbc35d7
--- /dev/null
@@ -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~
+