-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
32 lines (23 loc) · 738 Bytes
/
.gitignore
File metadata and controls
32 lines (23 loc) · 738 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
##---------------------------------------------------
## Shamelessly stolen from:
## https://github.com/github/gitignore/blob/master/Global/Matlab.gitignore
##---------------------------------------------------
# Windows default autosave extension
*.asv
# OSX / *nix default autosave extension
*.m~
# Compiled MEX binaries (all platforms)
*.mex*
# Simulink Code Generation
slprj/
# Session info
octave-workspace
# Folder contain relevant files for each person, but not the repo.
misc
# Large files, with the exception of the data given.
*.mat
!res/face.mat
# TeX output related files, with the exception of the actual .tex file. Also a typesetting script for Meng, who (in the third person) used it.
main.*
!main.tex
typeset.sh