From 72202bf002cee6bb774fe5910d8f905fb8d02da2 Mon Sep 17 00:00:00 2001
From: akwizgran <michael@briarproject.org>
Date: Wed, 24 Oct 2018 12:13:21 +0100
Subject: [PATCH] Add run configuration.

---
 .gitignore                           | 4 ++--
 .idea/runConfigurations/TorProbe.xml | 9 +++++++++
 2 files changed, 11 insertions(+), 2 deletions(-)
 create mode 100644 .idea/runConfigurations/TorProbe.xml

diff --git a/.gitignore b/.gitignore
index 3215124..52abda6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,5 @@
 /.gradle
-/.idea
-!/.idea/runConfigurations.xml
+/.idea/*
+!/.idea/runConfigurations
 /local.properties
 *.iml
\ No newline at end of file
diff --git a/.idea/runConfigurations/TorProbe.xml b/.idea/runConfigurations/TorProbe.xml
new file mode 100644
index 0000000..6edf5be
--- /dev/null
+++ b/.idea/runConfigurations/TorProbe.xml
@@ -0,0 +1,9 @@
+<component name="ProjectRunConfigurationManager">
+  <configuration default="false" name="TorProbe" type="Application" factoryName="Application">
+    <option name="MAIN_CLASS_NAME" value="org.briarproject.torprobe.TorProbe" />
+    <module name="tor-probe-core" />
+    <option name="PROGRAM_PARAMETERS" value="128.31.0.39 9101" />
+    <option name="WORKING_DIRECTORY" value="file://$PROJECT_DIR$" />
+    <method />
+  </configuration>
+</component>
\ No newline at end of file
-- 
GitLab