mirror of
https://github.com/go-gitea/gitea
synced 2024-11-01 07:44:25 +00:00
db5524a9ab
Updated the gitignore list with the command : `go run scripts/generate-gitignores.go`
32 lines
446 B
Plaintext
32 lines
446 B
Plaintext
# Windows default autosave extension
|
|
*.asv
|
|
|
|
# OSX / *nix default autosave extension
|
|
*.m~
|
|
|
|
# Compiled MEX binaries (all platforms)
|
|
*.mex*
|
|
|
|
# Packaged app and toolbox files
|
|
*.mlappinstall
|
|
*.mltbx
|
|
|
|
# Generated helpsearch folders
|
|
helpsearch*/
|
|
|
|
# Simulink code generation folders
|
|
slprj/
|
|
sccprj/
|
|
|
|
# Matlab code generation folders
|
|
codegen/
|
|
|
|
# Simulink autosave extension
|
|
*.autosave
|
|
|
|
# Simulink cache files
|
|
*.slxc
|
|
|
|
# Octave session info
|
|
octave-workspace
|