From 4352c8876671a70945805c4e95ff0990803b7ed7 Mon Sep 17 00:00:00 2001 From: Manfred Karrer Date: Sat, 28 Feb 2015 00:10:00 +0100 Subject: [PATCH] Update gitignore --- .gitignore | 3 ++- common/common.iml | 30 --------------------- gui/gui.iml | 69 ----------------------------------------------- 3 files changed, 2 insertions(+), 100 deletions(-) delete mode 100644 common/common.iml delete mode 100644 gui/gui.iml diff --git a/.gitignore b/.gitignore index af7b7b6e08..6a3d41f624 100644 --- a/.gitignore +++ b/.gitignore @@ -6,7 +6,8 @@ !.idea/copyright/Bitsquare_Affero_GPLv3.xml !.idea/copyright/profiles_settings.xml !.idea/codeStyleSettings.xml -bitsquare.iml +*.iml +*/*.iml *.spvchain *.wallet *.ser diff --git a/common/common.iml b/common/common.iml deleted file mode 100644 index 919568961a..0000000000 --- a/common/common.iml +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/gui/gui.iml b/gui/gui.iml deleted file mode 100644 index e9b3c0773d..0000000000 --- a/gui/gui.iml +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file