Compare commits

...

13 Commits

Author SHA1 Message Date
Rob Purser
aff12bb26f
Merge 3e4ee94a37 into d49bd6f0f7 2025-01-18 20:32:39 +00:00
Devin Dooley
d49bd6f0f7
Merge pull request #4289 from csauge/patch-1
Update Python.gitignore for .ruff_cache/
2025-01-17 13:20:13 -08:00
Devin Dooley
e8554d85bf
Merge branch 'main' into patch-1 2025-01-17 13:19:34 -08:00
Christophe Saugé
4f0b7a0694
Update Python.gitignore
Add ruff cache. 
ruff tool: https://github.com/charliermarsh/ruff
ruff is becoming a very popular tool often run in pre-commit and aim to replace Flake8 (plus dozens of plugins), isort, pydocstyle, yesqa, eradicate, pyupgrade, and autoflake, all while executing tens or hundreds of times faster than any individual tool.
2023-05-01 20:49:13 +02:00
Rob Purser
3e4ee94a37
Merge pull request #2 from todd-flanagan/patch-1
Adding CTF Deployable Archive
2022-07-08 14:09:52 -04:00
todd-flanagan
9644568fcd
per review comments 2022-07-08 13:05:31 -04:00
todd-flanagan
1fb3025596
Update MATLAB.gitignore
added entry for ctf artifacts
2022-07-08 11:12:03 -04:00
Rob Purser
348be0078f
Change MATLAB Drive comment 2022-07-07 09:33:21 -04:00
Rob Purser
ebf0dffb3a
Update the Global/MATLAB.gitignore instead
Elected to follow a PR strategy to update Global/MATLAB.gitignore first, then work to get it promoted.
2022-07-07 09:28:47 -04:00
Rob Purser
e3ff3d884b
Review Feedback
Revised with internal review feedback
2022-07-07 09:27:20 -04:00
Rob Purser
4c08c07f0b
Initial version from technical folks
Reviewed by @gulley @lrm29 @gwalker-dev @seangcote-home
2022-07-06 09:30:04 -04:00
Rob Purser
6dd64367a5
Add .p files
Add Derived Content-Obscured files (*.p)
2022-06-30 09:29:23 -04:00
Rob Purser
d330373269
Create MATLAB.gitignore 2022-06-30 09:26:31 -04:00
2 changed files with 18 additions and 13 deletions

View File

@ -1,31 +1,33 @@
# Windows default autosave extension # Autosave files
*.asv *.asv
# OSX / *nix default autosave extension
*.m~ *.m~
*.autosave
*.slx.r*
*.mdl.r*
# Compiled MEX binaries (all platforms) # Derived content-obscured files
*.p
# Compiled MEX files
*.mex* *.mex*
# Packaged app and toolbox files # Packaged app and toolbox files
*.mlappinstall *.mlappinstall
*.mltbx *.mltbx
# Deployable archives
*.ctf
# Generated helpsearch folders # Generated helpsearch folders
helpsearch*/ helpsearch*/
# Simulink code generation folders # Code generation folders
slprj/ slprj/
sccprj/ sccprj/
# Matlab code generation folders
codegen/ codegen/
# Simulink autosave extension # Cache files
*.autosave
# Simulink cache files
*.slxc *.slxc
# Octave session info # Cloud based storage dotfile
octave-workspace .MATLABDriveTag

View File

@ -167,5 +167,8 @@ cython_debug/
# option (not recommended) you can uncomment the following to ignore the entire idea folder. # option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/ #.idea/
# Ruff stuff:
.ruff_cache/
# PyPI configuration file # PyPI configuration file
.pypirc .pypirc