Skip to content
This repository was archived by the owner on Nov 25, 2018. It is now read-only.

Commit 177b360

Browse files
committed
Add gitignore
1 parent 57c1a07 commit 177b360

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.gitignore

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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+
12+
# Compiled MEX binaries (all platforms)
13+
*.mex*
14+
15+
# Simulink Code Generation
16+
slprj/
17+
18+
# MATLAB App Files
19+
*.mlapp

0 commit comments

Comments
 (0)