From 47ea4bae6da05338cb83124767f418188e12d3c6 Mon Sep 17 00:00:00 2001 From: DonRenando Date: Tue, 31 Mar 2015 11:59:07 +0200 Subject: [PATCH] gitignor el frango --- .gitignore | 2 + client/.idea/.name | 1 - client/.idea/client.iml | 8 - client/.idea/encodings.xml | 4 - client/.idea/misc.xml | 27 --- client/.idea/modules.xml | 8 - client/.idea/scopes/scope_settings.xml | 5 - client/.idea/vcs.xml | 6 - client/.idea/workspace.xml | 199 ------------------ client/view/.idea/.name | 1 - client/view/.idea/encodings.xml | 4 - client/view/.idea/misc.xml | 27 --- client/view/.idea/modules.xml | 8 - client/view/.idea/scopes/scope_settings.xml | 5 - client/view/.idea/vcs.xml | 6 - client/view/.idea/view.iml | 8 - client/view/.idea/workspace.xml | 196 ----------------- client/view/__pycache__/irc.cpython-34.pyc | Bin 3675 -> 0 bytes .../__pycache__/mainWindow.cpython-34.pyc | Bin 5518 -> 0 bytes client/view/mainWindow.ui | 8 +- 20 files changed, 6 insertions(+), 517 deletions(-) create mode 100644 .gitignore delete mode 100644 client/.idea/.name delete mode 100644 client/.idea/client.iml delete mode 100644 client/.idea/encodings.xml delete mode 100644 client/.idea/misc.xml delete mode 100644 client/.idea/modules.xml delete mode 100644 client/.idea/scopes/scope_settings.xml delete mode 100644 client/.idea/vcs.xml delete mode 100644 client/.idea/workspace.xml delete mode 100644 client/view/.idea/.name delete mode 100644 client/view/.idea/encodings.xml delete mode 100644 client/view/.idea/misc.xml delete mode 100644 client/view/.idea/modules.xml delete mode 100644 client/view/.idea/scopes/scope_settings.xml delete mode 100644 client/view/.idea/vcs.xml delete mode 100644 client/view/.idea/view.iml delete mode 100644 client/view/.idea/workspace.xml delete mode 100644 client/view/__pycache__/irc.cpython-34.pyc delete mode 100644 client/view/__pycache__/mainWindow.cpython-34.pyc diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2483976 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.idea/ +__pycache__/ diff --git a/client/.idea/.name b/client/.idea/.name deleted file mode 100644 index 2a11f8b..0000000 --- a/client/.idea/.name +++ /dev/null @@ -1 +0,0 @@ -client \ No newline at end of file diff --git a/client/.idea/client.iml b/client/.idea/client.iml deleted file mode 100644 index d0876a7..0000000 --- a/client/.idea/client.iml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/client/.idea/encodings.xml b/client/.idea/encodings.xml deleted file mode 100644 index d821048..0000000 --- a/client/.idea/encodings.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/client/.idea/misc.xml b/client/.idea/misc.xml deleted file mode 100644 index d638459..0000000 --- a/client/.idea/misc.xml +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/client/.idea/modules.xml b/client/.idea/modules.xml deleted file mode 100644 index 0742ebc..0000000 --- a/client/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/client/.idea/scopes/scope_settings.xml b/client/.idea/scopes/scope_settings.xml deleted file mode 100644 index 922003b..0000000 --- a/client/.idea/scopes/scope_settings.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - \ No newline at end of file diff --git a/client/.idea/vcs.xml b/client/.idea/vcs.xml deleted file mode 100644 index 6564d52..0000000 --- a/client/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/client/.idea/workspace.xml b/client/.idea/workspace.xml deleted file mode 100644 index 5430d14..0000000 --- a/client/.idea/workspace.xml +++ /dev/null @@ -1,199 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1427718256089 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/client/view/.idea/.name b/client/view/.idea/.name deleted file mode 100644 index e99de0e..0000000 --- a/client/view/.idea/.name +++ /dev/null @@ -1 +0,0 @@ -view \ No newline at end of file diff --git a/client/view/.idea/encodings.xml b/client/view/.idea/encodings.xml deleted file mode 100644 index d821048..0000000 --- a/client/view/.idea/encodings.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/client/view/.idea/misc.xml b/client/view/.idea/misc.xml deleted file mode 100644 index d638459..0000000 --- a/client/view/.idea/misc.xml +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/client/view/.idea/modules.xml b/client/view/.idea/modules.xml deleted file mode 100644 index efd6cfd..0000000 --- a/client/view/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/client/view/.idea/scopes/scope_settings.xml b/client/view/.idea/scopes/scope_settings.xml deleted file mode 100644 index 922003b..0000000 --- a/client/view/.idea/scopes/scope_settings.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - \ No newline at end of file diff --git a/client/view/.idea/vcs.xml b/client/view/.idea/vcs.xml deleted file mode 100644 index 6564d52..0000000 --- a/client/view/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/client/view/.idea/view.iml b/client/view/.idea/view.iml deleted file mode 100644 index d0876a7..0000000 --- a/client/view/.idea/view.iml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/client/view/.idea/workspace.xml b/client/view/.idea/workspace.xml deleted file mode 100644 index 0b65bd0..0000000 --- a/client/view/.idea/workspace.xml +++ /dev/null @@ -1,196 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1427726528730 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/client/view/__pycache__/irc.cpython-34.pyc b/client/view/__pycache__/irc.cpython-34.pyc deleted file mode 100644 index ec6d6b5d51f4494e7ff1dc3cbf33da0df9497687..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3675 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 - + - Connect + Disconnect - + - Disconnect + Connect