From: Svjatoslav Agejenko Date: Sat, 3 Aug 2019 07:48:49 +0000 (+0300) Subject: IntelliJ related fixes. X-Git-Tag: javainspect-1.7~9 X-Git-Url: http://www2.svjatoslav.eu/gitweb/?p=javainspect.git;a=commitdiff_plain;h=35d805d48b0a976e86828a41530b8c92c3a83804 IntelliJ related fixes. Ignore IntelliJ files. IntelliJ cannot start from invisible Bash script for some reason. --- diff --git a/.gitignore b/.gitignore index a47ec35..fbc1d27 100755 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /.idea/ dependency-reduced-pom.xml /example/target +/*.iml \ No newline at end of file diff --git a/tools/open with IntelliJ IDEA b/tools/open with IntelliJ IDEA index 1f82875..b8baee2 100755 --- a/tools/open with IntelliJ IDEA +++ b/tools/open with IntelliJ IDEA @@ -1,6 +1,6 @@ #!/bin/bash -cd "${0%/*}" +cd "${0%/*}"; if [ "$1" != "T" ]; then gnome-terminal -e "'$0' T"; exit; fi; cd .. idea .