Skip to content

Commit

Permalink
Added matlab editor global gitignore to remove autosaved backups
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Clark committed Jun 4, 2011
1 parent 88320f2 commit 9da8f66
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions 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~

0 comments on commit 9da8f66

Please sign in to comment.