From a93f8e0e5768cba87aab753b44ae151567fa59c0 Mon Sep 17 00:00:00 2001 From: Hannes Achleitner Date: Fri, 22 Dec 2017 20:19:55 +0100 Subject: [PATCH] remove obsolete files --- .gitignore | 8 +- .idea/.name | 1 - .idea/compiler.xml | 22 ----- .idea/copyright/profiles_settings.xml | 3 - .idea/encodings.xml | 6 -- .idea/gradle.xml | 20 ----- .idea/misc.xml | 88 ------------------- .idea/modules.xml | 11 --- .idea/runConfigurations.xml | 12 --- .idea/vcs.xml | 6 -- OpenCV-AndroidSamples.iml | 19 ---- app/app.iml | 119 -------------------------- libraries/libraries.iml | 25 ------ libraries/opencv/opencv.iml | 91 -------------------- 14 files changed, 3 insertions(+), 428 deletions(-) delete mode 100644 .idea/.name delete mode 100644 .idea/compiler.xml delete mode 100644 .idea/copyright/profiles_settings.xml delete mode 100644 .idea/encodings.xml delete mode 100644 .idea/gradle.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/runConfigurations.xml delete mode 100644 .idea/vcs.xml delete mode 100644 OpenCV-AndroidSamples.iml delete mode 100644 app/app.iml delete mode 100644 libraries/libraries.iml delete mode 100644 libraries/opencv/opencv.iml diff --git a/.gitignore b/.gitignore index d1a39bd..61482ec 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,7 @@ .gradle /gradle.properties /local.properties -/.idea/workspace.xml -/.idea/libraries +.idea .DS_Store -/build -/captures -/libraries/opencv/build +build +*.iml diff --git a/.idea/.name b/.idea/.name deleted file mode 100644 index 584aa45..0000000 --- a/.idea/.name +++ /dev/null @@ -1 +0,0 @@ -OpenCV-AndroidSamples \ No newline at end of file diff --git a/.idea/compiler.xml b/.idea/compiler.xml deleted file mode 100644 index 9a8b7e5..0000000 --- a/.idea/compiler.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - \ No newline at end of file diff --git a/.idea/copyright/profiles_settings.xml b/.idea/copyright/profiles_settings.xml deleted file mode 100644 index e7bedf3..0000000 --- a/.idea/copyright/profiles_settings.xml +++ /dev/null @@ -1,3 +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/gradle.xml b/.idea/gradle.xml deleted file mode 100644 index 952fac0..0000000 --- a/.idea/gradle.xml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index ad84ebe..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,88 +0,0 @@ - - - - - - - - - - - - - - - - - - - - Android - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 61559e5..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/runConfigurations.xml b/.idea/runConfigurations.xml deleted file mode 100644 index 7f68460..0000000 --- a/.idea/runConfigurations.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 6564d52..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/OpenCV-AndroidSamples.iml b/OpenCV-AndroidSamples.iml deleted file mode 100644 index 3476cd8..0000000 --- a/OpenCV-AndroidSamples.iml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/app/app.iml b/app/app.iml deleted file mode 100644 index 15475ef..0000000 --- a/app/app.iml +++ /dev/null @@ -1,119 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/libraries/libraries.iml b/libraries/libraries.iml deleted file mode 100644 index 690d099..0000000 --- a/libraries/libraries.iml +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/libraries/opencv/opencv.iml b/libraries/opencv/opencv.iml deleted file mode 100644 index 8af609f..0000000 --- a/libraries/opencv/opencv.iml +++ /dev/null @@ -1,91 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file