diff options
author | Coby Chapple <coby@github.com> | 2012-08-23 23:39:41 -0700 |
---|---|---|
committer | Coby Chapple <coby@github.com> | 2012-08-23 23:39:41 -0700 |
commit | 4f958411c18c9131bd93bb2016bb3f3d3d71e6d6 (patch) | |
tree | 360909f1888d5fb1d38046367e5d6dc5d987aab3 /Global | |
parent | 75da0e1af2c3762daca6e67d3aa66b96d86b71ce (diff) | |
parent | dfb30c64093aa7033755bc4f472e194886630b1e (diff) | |
download | gitignore-4f958411c18c9131bd93bb2016bb3f3d3d71e6d6.tar.gz gitignore-4f958411c18c9131bd93bb2016bb3f3d3d71e6d6.zip |
Merge pull request #303 from safwanc/matlab-mex
Ignoring compiled MEX binaries for all platforms
Diffstat (limited to 'Global')
-rw-r--r-- | Global/Matlab.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Global/Matlab.gitignore b/Global/Matlab.gitignore index bbc35d7e..20843f21 100644 --- a/Global/Matlab.gitignore +++ b/Global/Matlab.gitignore @@ -9,3 +9,5 @@ # OSX / *nix default autosave extension *.m~ +# Compiled MEX binaries (all platforms) +*.mex* |