mirror of
https://github.com/go-gitea/gitea
synced 2024-10-31 16:53:25 +01:00
a06c3ad2c0
* Renamed scripts directory into contrib * Added script to download gitignores from github * Synced gitignores with github repo
23 lines
434 B
Plaintext
23 lines
434 B
Plaintext
##---------------------------------------------------
|
|
## Remove autosaves generated by the Matlab editor
|
|
## We have git for backups!
|
|
##---------------------------------------------------
|
|
|
|
# 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
|
|
|
|
# Simulink autosave extension
|
|
.autosave
|