From 29064b05eb335e84bbc59d25945c4ea621ca08a8 Mon Sep 17 00:00:00 2001 From: WolverinDEV Date: Tue, 24 Apr 2018 18:10:35 +0200 Subject: [PATCH] Transformed project into CMake and removed dll's --- .gitignore | 6 ++---- .idea/codeStyles/Project.xml | 29 ---------------------------- .idea/codeStyles/codeStyleConfig.xml | 5 ----- .idea/misc.xml | 4 ---- .idea/vcs.xml | 6 ------ 5 files changed, 2 insertions(+), 48 deletions(-) delete mode 100644 .idea/codeStyles/Project.xml delete mode 100644 .idea/codeStyles/codeStyleConfig.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/vcs.xml diff --git a/.gitignore b/.gitignore index ba752cf..7aa065f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,4 @@ # Created by .ignore support plugin (hsz.mobi) -.idea/ed25519.iml -.idea/inspectionProfiles/ -.idea/modules.xml -.idea/workspace.xml cmake-build-debug/ +.idea/ +include/ diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml deleted file mode 100644 index 30aa626..0000000 --- a/.idea/codeStyles/Project.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml deleted file mode 100644 index 8f1a3b7..0000000 --- a/.idea/codeStyles/codeStyleConfig.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 79b3c94..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,4 +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