]> source.dussan.org Git - gitignore.git/commitdiff
Ignoring compiled MEX binaries for all platforms 303/head
authorSafwan Choudhury <im@safwanc.com>
Thu, 19 Apr 2012 03:15:10 +0000 (23:15 -0400)
committerSafwan Choudhury <im@safwanc.com>
Thu, 19 Apr 2012 03:15:10 +0000 (23:15 -0400)
Including mexglx, mexa64, mexmaci64, mexw32 & mex64 (see
http://sfwn.in/FxbE for official list from Mathworks).

Global/Matlab.gitignore

index bbc35d7e2e3654c78f278b99b8ef8a1d2c4770ab..20843f219c8278f9b2d1af0b07ec9290a24f9f75 100644 (file)
@@ -9,3 +9,5 @@
 # OSX / *nix default autosave extension
 *.m~
 
+# Compiled MEX binaries (all platforms)
+*.mex*