From 1bfe8aae811c10308e40a43df4acfc9f9606c661 Mon Sep 17 00:00:00 2001
From: SebastianEbert <sebastian.ebert@tu-dresden.de>
Date: Fri, 8 May 2020 17:40:49 +0200
Subject: [PATCH] removed ide files

---
 .idea/.gitignore              |  2 --
 .idea/libraries/ROS.xml       |  8 --------
 .idea/libraries/workspace.xml |  8 --------
 .idea/misc.xml                |  7 -------
 .idea/modules.xml             |  8 --------
 .idea/panda_teaching.iml      |  2 --
 .idea/ros.xml                 | 11 -----------
 .idea/vcs.xml                 |  6 ------
 8 files changed, 52 deletions(-)
 delete mode 100644 .idea/.gitignore
 delete mode 100644 .idea/libraries/ROS.xml
 delete mode 100644 .idea/libraries/workspace.xml
 delete mode 100644 .idea/misc.xml
 delete mode 100644 .idea/modules.xml
 delete mode 100644 .idea/panda_teaching.iml
 delete mode 100644 .idea/ros.xml
 delete mode 100644 .idea/vcs.xml

diff --git a/.idea/.gitignore b/.idea/.gitignore
deleted file mode 100644
index 5c98b42..0000000
--- a/.idea/.gitignore
+++ /dev/null
@@ -1,2 +0,0 @@
-# Default ignored files
-/workspace.xml
\ No newline at end of file
diff --git a/.idea/libraries/ROS.xml b/.idea/libraries/ROS.xml
deleted file mode 100644
index 74937dd..0000000
--- a/.idea/libraries/ROS.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<component name="libraryTable">
-  <library name="ROS">
-    <CLASSES>
-      <root url="file:///opt/ros/melodic" />
-    </CLASSES>
-    <SOURCES />
-  </library>
-</component>
\ No newline at end of file
diff --git a/.idea/libraries/workspace.xml b/.idea/libraries/workspace.xml
deleted file mode 100644
index 5cb8fb3..0000000
--- a/.idea/libraries/workspace.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<component name="libraryTable">
-  <library name="workspace">
-    <CLASSES />
-    <SOURCES>
-      <root url="file://$PROJECT_DIR$" />
-    </SOURCES>
-  </library>
-</component>
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
deleted file mode 100644
index 8822db8..0000000
--- a/.idea/misc.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project version="4">
-  <component name="CMakeWorkspace" PROJECT_DIR="$PROJECT_DIR$" />
-  <component name="JavaScriptSettings">
-    <option name="languageLevel" value="ES6" />
-  </component>
-</project>
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
deleted file mode 100644
index 47bf84d..0000000
--- a/.idea/modules.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project version="4">
-  <component name="ProjectModuleManager">
-    <modules>
-      <module fileurl="file://$PROJECT_DIR$/.idea/panda_teaching.iml" filepath="$PROJECT_DIR$/.idea/panda_teaching.iml" />
-    </modules>
-  </component>
-</project>
\ No newline at end of file
diff --git a/.idea/panda_teaching.iml b/.idea/panda_teaching.iml
deleted file mode 100644
index f08604b..0000000
--- a/.idea/panda_teaching.iml
+++ /dev/null
@@ -1,2 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<module classpath="CMake" type="CPP_MODULE" version="4" />
\ No newline at end of file
diff --git a/.idea/ros.xml b/.idea/ros.xml
deleted file mode 100644
index c12ee0e..0000000
--- a/.idea/ros.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project version="4">
-  <component name="ROSSettings">
-    <option name="rosPath" value="/opt/ros/melodic" />
-    <option name="workspacePath" value="" />
-    <option name="additionalSources" value="" />
-    <option name="excludedXmls" value="" />
-    <option name="knownKeys" value="" />
-    <option name="depSources" value="https://raw.githubusercontent.com/ros/rosdistro/master/rosdep/base.yaml&quot;https://raw.githubusercontent.com/ros/rosdistro/master/rosdep/python.yaml&quot;https://raw.githubusercontent.com/ros/rosdistro/master/rosdep/ruby.yaml" />
-  </component>
-</project>
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
deleted file mode 100644
index 94a25f7..0000000
--- a/.idea/vcs.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project version="4">
-  <component name="VcsDirectoryMappings">
-    <mapping directory="$PROJECT_DIR$" vcs="Git" />
-  </component>
-</project>
\ No newline at end of file
-- 
GitLab