Skip to content

Commit 9fa5548

Browse files
committed
Merge pull request #167 from audioplastic/master
Added Matlab.gitignore to Globals
2 parents c61fcfd + 9da8f66 commit 9fa5548

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Global/Matlab.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
##---------------------------------------------------
2+
## Remove autosaves generated by the Matlab editor
3+
## We have git for backups!
4+
##---------------------------------------------------
5+
6+
# Windows default autosave extension
7+
*.asv
8+
9+
# OSX / *nix default autosave extension
10+
*.m~
11+

0 commit comments

Comments
 (0)