From 50d50f5eddd41050b97200952e79f06339dc144f Mon Sep 17 00:00:00 2001 From: Daniel Wolf Date: Mon, 21 Dec 2015 13:30:22 +0100 Subject: [PATCH] Deleted .idea directory According to the CMake documentation, these files should be checked in. Really, CMake can recreate them from the CMake files within seconds. No need to constantly commit garbage. --- .gitignore | 3 +- .idea/.name | 1 - .idea/LipSync.iml | 214 ------------------ .idea/codeStyleSettings.xml | 41 ---- .idea/encodings.xml | 6 - .idea/inspectionProfiles/Project_Default.xml | 11 - .../inspectionProfiles/profiles_settings.xml | 7 - .idea/misc.xml | 14 -- .idea/modules.xml | 8 - .idea/vcs.xml | 6 - 10 files changed, 2 insertions(+), 309 deletions(-) delete mode 100644 .idea/.name delete mode 100644 .idea/LipSync.iml delete mode 100644 .idea/codeStyleSettings.xml delete mode 100644 .idea/encodings.xml delete mode 100644 .idea/inspectionProfiles/Project_Default.xml delete mode 100644 .idea/inspectionProfiles/profiles_settings.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/vcs.xml diff --git a/.gitignore b/.gitignore index 17509f8..802b484 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -/.idea/workspace.xml +/.idea +/.vs diff --git a/.idea/.name b/.idea/.name deleted file mode 100644 index c0e4446..0000000 --- a/.idea/.name +++ /dev/null @@ -1 +0,0 @@ -LipSync \ No newline at end of file diff --git a/.idea/LipSync.iml b/.idea/LipSync.iml deleted file mode 100644 index b3c2486..0000000 --- a/.idea/LipSync.iml +++ /dev/null @@ -1,214 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/codeStyleSettings.xml b/.idea/codeStyleSettings.xml deleted file mode 100644 index cea61a4..0000000 --- a/.idea/codeStyleSettings.xml +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/encodings.xml b/.idea/encodings.xml deleted file mode 100644 index 97626ba..0000000 --- a/.idea/encodings.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml deleted file mode 100644 index e21e50c..0000000 --- a/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml deleted file mode 100644 index 3b31283..0000000 --- a/.idea/inspectionProfiles/profiles_settings.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 2c86f09..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 1340c59..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ 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 @@ - - - - - - \ No newline at end of file