diff --git a/.gitignore b/.gitignore
index e938520..9de1fb0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,15 +1,3 @@
-bin/
-
-*.class
-
-# Mobile Tools for Java (J2ME)
-.mtj.tmp/
-
-# Package Files #
-*.jar
-*.war
-*.ear
-
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
### JetBrains template
@@ -21,24 +9,9 @@ hs_err_pid*
.idea/**/tasks.xml
.idea/dictionaries
-# Sensitive or high-churn files:
-.idea/**/dataSources/
-.idea/**/dataSources.ids
-.idea/**/dataSources.xml
-.idea/**/dataSources.local.xml
-.idea/**/sqlDataSources.xml
-.idea/**/dynamic.xml
-.idea/**/uiDesigner.xml
-
-# Gradle:
-.idea/**/gradle.xml
-.idea/**/libraries
-
-# Mongo Explorer plugin:
-.idea/**/mongoSettings.xml
## File-based project format:
-*.iws
+*.iml
## Plugin-specific files:
@@ -48,16 +21,10 @@ hs_err_pid*
# mpeltonen/sbt-idea plugin
.idea_modules/
-# JIRA plugin
-atlassian-ide-plugin.xml
-
-# Crashlytics plugin (for Android Studio and IntelliJ)
-com_crashlytics_export_strings.xml
-crashlytics.properties
-crashlytics-build.properties
-fabric.properties
### Java template
# Compiled class file
+*.class
+bin/
# Log file
*.log
@@ -65,11 +32,10 @@ fabric.properties
# BlueJ files
*.ctxt
-# Mobile Tools for Java (J2ME)
-
# Package Files #
*.zip
*.tar.gz
*.rar
+*.jar
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
diff --git a/.idea/artifacts/gpx_parser_jar.xml b/.idea/artifacts/gpx_parser_jar.xml
new file mode 100644
index 0000000..b8ea733
--- /dev/null
+++ b/.idea/artifacts/gpx_parser_jar.xml
@@ -0,0 +1,11 @@
+
+
+ $PROJECT_DIR$/out/artifacts/gpx_parser_jar
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
new file mode 100644
index 0000000..bfe6512
--- /dev/null
+++ b/.idea/misc.xml
@@ -0,0 +1,44 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
new file mode 100644
index 0000000..9baa3ce
--- /dev/null
+++ b/.idea/modules.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
new file mode 100644
index 0000000..35eb1dd
--- /dev/null
+++ b/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/META-INF/MANIFEST.MF b/META-INF/MANIFEST.MF
new file mode 100644
index 0000000..869f2b5
--- /dev/null
+++ b/META-INF/MANIFEST.MF
@@ -0,0 +1,2 @@
+Manifest-Version: 1.1
+