Initial commit

This commit is contained in:
Claudio Maggioni 2020-02-25 18:56:26 +00:00
commit 1a9ca2bef4
2 changed files with 36 additions and 0 deletions

33
.gitignore vendored Normal file
View File

@ -0,0 +1,33 @@
# ---> MATLAB
# 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

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# ICS
Introduction to computational science assignments