From 479f27bb97f06b47330e15badfd9bd3a2b44fed1 Mon Sep 17 00:00:00 2001 From: strawmanbobi Date: Thu, 3 Nov 2016 23:10:20 +0800 Subject: [PATCH] update 2016-11-03 b4 1. removed .idea project folder --- src/ir_decoder/.idea/.name | 1 - src/ir_decoder/.idea/codeStyleSettings.xml | 38 - src/ir_decoder/.idea/encodings.xml | 8 - src/ir_decoder/.idea/irda_decoder.iml | 40 - src/ir_decoder/.idea/misc.xml | 19 - src/ir_decoder/.idea/modules.xml | 8 - src/ir_decoder/.idea/workspace.xml | 840 --------------------- src/ir_encoder/.idea/misc.xml | 14 - src/ir_encoder/.idea/modules.xml | 8 - src/ir_encoder/.idea/vcs.xml | 6 - src/ir_encoder/.idea/workspace.xml | 760 ------------------- src/ir_encoder/.idea/yk_encoder.iml | 11 - 12 files changed, 1753 deletions(-) delete mode 100644 src/ir_decoder/.idea/.name delete mode 100644 src/ir_decoder/.idea/codeStyleSettings.xml delete mode 100644 src/ir_decoder/.idea/encodings.xml delete mode 100644 src/ir_decoder/.idea/irda_decoder.iml delete mode 100644 src/ir_decoder/.idea/misc.xml delete mode 100644 src/ir_decoder/.idea/modules.xml delete mode 100644 src/ir_decoder/.idea/workspace.xml delete mode 100644 src/ir_encoder/.idea/misc.xml delete mode 100644 src/ir_encoder/.idea/modules.xml delete mode 100644 src/ir_encoder/.idea/vcs.xml delete mode 100644 src/ir_encoder/.idea/workspace.xml delete mode 100644 src/ir_encoder/.idea/yk_encoder.iml diff --git a/src/ir_decoder/.idea/.name b/src/ir_decoder/.idea/.name deleted file mode 100644 index 3f09379..0000000 --- a/src/ir_decoder/.idea/.name +++ /dev/null @@ -1 +0,0 @@ -irda_decoder \ No newline at end of file diff --git a/src/ir_decoder/.idea/codeStyleSettings.xml b/src/ir_decoder/.idea/codeStyleSettings.xml deleted file mode 100644 index 23f6cae..0000000 --- a/src/ir_decoder/.idea/codeStyleSettings.xml +++ /dev/null @@ -1,38 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/src/ir_decoder/.idea/encodings.xml b/src/ir_decoder/.idea/encodings.xml deleted file mode 100644 index e2f5581..0000000 --- a/src/ir_decoder/.idea/encodings.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/src/ir_decoder/.idea/irda_decoder.iml b/src/ir_decoder/.idea/irda_decoder.iml deleted file mode 100644 index 4a05210..0000000 --- a/src/ir_decoder/.idea/irda_decoder.iml +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/ir_decoder/.idea/misc.xml b/src/ir_decoder/.idea/misc.xml deleted file mode 100644 index 87a6b24..0000000 --- a/src/ir_decoder/.idea/misc.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/ir_decoder/.idea/modules.xml b/src/ir_decoder/.idea/modules.xml deleted file mode 100644 index 68c613d..0000000 --- a/src/ir_decoder/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/src/ir_decoder/.idea/workspace.xml b/src/ir_decoder/.idea/workspace.xml deleted file mode 100644 index b5bfaa9..0000000 --- a/src/ir_decoder/.idea/workspace.xml +++ /dev/null @@ -1,840 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - true - DEFINITION_ORDER - - - - - - - - - - - - - - - C/C++ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - project - - - - - true - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1440737933115 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/ir_encoder/.idea/misc.xml b/src/ir_encoder/.idea/misc.xml deleted file mode 100644 index df245c4..0000000 --- a/src/ir_encoder/.idea/misc.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/ir_encoder/.idea/modules.xml b/src/ir_encoder/.idea/modules.xml deleted file mode 100644 index ae66303..0000000 --- a/src/ir_encoder/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/src/ir_encoder/.idea/vcs.xml b/src/ir_encoder/.idea/vcs.xml deleted file mode 100644 index b2bdec2..0000000 --- a/src/ir_encoder/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/src/ir_encoder/.idea/workspace.xml b/src/ir_encoder/.idea/workspace.xml deleted file mode 100644 index 74907ac..0000000 --- a/src/ir_encoder/.idea/workspace.xml +++ /dev/null @@ -1,760 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - true - DEFINITION_ORDER - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - project - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1458870788618 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/ir_encoder/.idea/yk_encoder.iml b/src/ir_encoder/.idea/yk_encoder.iml deleted file mode 100644 index 38eb8da..0000000 --- a/src/ir_encoder/.idea/yk_encoder.iml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - \ No newline at end of file