diff options
author | chris.sutcliffe <ctd.sutcliffe@gmail.com> | 2021-11-30 12:28:05 +0000 |
---|---|---|
committer | chris.sutcliffe <ctd.sutcliffe@gmail.com> | 2021-11-30 12:28:05 +0000 |
commit | 1237b1eb8effe50f77997934d86930f1252fe993 (patch) | |
tree | cc114b177fe6853c94db61c8cffbdff6633d0f01 /.gitignore | |
parent | 4caf60954379915ccc51fd2c1801399dd97c0c89 (diff) | |
parent | 63ddd9e636e374bb3a3a3fe8a97ab26c6abc04c9 (diff) | |
download | esotericFORTRAN-1237b1eb8effe50f77997934d86930f1252fe993.tar.gz esotericFORTRAN-1237b1eb8effe50f77997934d86930f1252fe993.zip |
Merge branch 'main' of github.com:AlfieEagleton/EsotericProject into main
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ src/.vscode/ src/build/ *.jar +src/IDE/.idea/ *.class code/simpleSableCCCalulator/sableCCCalculator/analysis/ |