mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-10-31 22:38:58 +00:00
db5524a9ab
Updated the gitignore list with the command : `go run scripts/generate-gitignores.go`
31 lines
446 B
Text
31 lines
446 B
Text
# 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
|