diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2021-11-04 11:01:37 +0000 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2021-11-04 11:01:37 +0000 |
commit | d3c80f8bd236b1b4ed571ed6b347095efdaa99ed (patch) | |
tree | 0e68659781537b01041c37399f250027f32d498c /.gitignore | |
parent | 5e150e7350d9856b00405a54729a5652785383d7 (diff) | |
download | esotericFORTRAN-d3c80f8bd236b1b4ed571ed6b347095efdaa99ed.tar.gz esotericFORTRAN-d3c80f8bd236b1b4ed571ed6b347095efdaa99ed.zip |
updated .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -8,6 +8,13 @@ code/FORTRAN2C/fortran2c/lexer/ code/FORTRAN2C/fortran2c/node/ code/FORTRAN2C/fortran2c/parser/ +code/FORTRAN2C/build/*.* +code/Interpreter/Interpreter/ +code/Interpreter/.idea/ +code/.idea/ +*.iml + + # 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 |