diff options
author | AidenRushbrooke <72034940+AidenRushbrooke@users.noreply.github.com> | 2021-10-25 16:57:36 +0100 |
---|---|---|
committer | AidenRushbrooke <72034940+AidenRushbrooke@users.noreply.github.com> | 2021-10-25 16:57:36 +0100 |
commit | 69b0ad07bac30beca1397ff187468e7597203c44 (patch) | |
tree | f125c988f73e2f16bef2a1f145994bc827b0d418 /.gitignore | |
parent | 74c5732bded6695eed3aabf125a888fbdf206a40 (diff) | |
parent | aa3a6929584eaa63cafb73353a62effd75d4dd8c (diff) | |
download | esotericFORTRAN-69b0ad07bac30beca1397ff187468e7597203c44.tar.gz esotericFORTRAN-69b0ad07bac30beca1397ff187468e7597203c44.zip |
Merge branch 'main' of https://github.com/AlfieEagleton/EsotericProject
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +*.class +code/simpleSableCCCalulator/sableCCCalculator/analysis/ +code/simpleSableCCCalulator/sableCCCalculator/lexer/ +code/simpleSableCCCalulator/sableCCCalculator/node/ +code/simpleSableCCCalulator/sableCCCalculator/parser/ + # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 |