Added matlab editor global gitignore to remove autosaved backups
This commit is contained in:
parent
88320f20dc
commit
9da8f662ca
1 changed files with 11 additions and 0 deletions
11
Global/Matlab.gitignore
Normal file
11
Global/Matlab.gitignore
Normal file
|
|
@ -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~
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue