mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2026-03-27 01:03:03 -04:00
… by simply running `make generate-license` and `make generate-gitignore` (last time: 9d2fabc7d3)
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/11158
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Reviewed-by: Mathieu Fenniak <mfenniak@noreply.codeberg.org>
Co-authored-by: Robert Wolff <mahlzahn@posteo.de>
Co-committed-by: Robert Wolff <mahlzahn@posteo.de>
33 lines
375 B
Text
33 lines
375 B
Text
# Autosave files
|
|
*.asv
|
|
*.m~
|
|
*.autosave
|
|
*.slx.r*
|
|
*.mdl.r*
|
|
|
|
# Derived content-obscured files
|
|
*.p
|
|
|
|
# Compiled MEX files
|
|
*.mex*
|
|
|
|
# Packaged app and toolbox files
|
|
*.mlappinstall
|
|
*.mltbx
|
|
|
|
# Deployable archives
|
|
*.ctf
|
|
|
|
# Generated helpsearch folders
|
|
helpsearch*/
|
|
|
|
# Code generation folders
|
|
slprj/
|
|
sccprj/
|
|
codegen/
|
|
|
|
# Cache files
|
|
*.slxc
|
|
|
|
# Cloud based storage dotfile
|
|
.MATLABDriveTag
|