From 2a61fa94d1b22f0008c06db8c6c6635229b3dfba Mon Sep 17 00:00:00 2001 From: Ernir Erlingsson Date: Wed, 9 Dec 2015 00:33:22 +0100 Subject: [PATCH] modified .gitignore and removed *.iml from git --- .gitignore | 8 ++-- briar-android/briar-android.iml | 79 --------------------------------- briar-api/briar-api.iml | 32 ------------- briar-core/briar-core.iml | 36 --------------- briar-desktop/briar-desktop.iml | 43 ------------------ briar-tests/briar-tests.iml | 47 -------------------- 6 files changed, 5 insertions(+), 240 deletions(-) delete mode 100644 briar-android/briar-android.iml delete mode 100644 briar-api/briar-api.iml delete mode 100644 briar-core/briar-core.iml delete mode 100644 briar-desktop/briar-desktop.iml delete mode 100644 briar-tests/briar-tests.iml diff --git a/.gitignore b/.gitignore index 0c91c311c..9b3a53d01 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ .metadata *.tmp +*.swp # Windows thumbnail db Thumbs.db @@ -8,14 +9,15 @@ Thumbs.db .DS_Store # Eclipse project files -.classpath -.project +#.classpath +#.project # Local configuration file (sdk path, etc) local.properties # Android Studio .idea +!.idea/codeStyleSettings.xml .gradle -build +build/ *.iml diff --git a/briar-android/briar-android.iml b/briar-android/briar-android.iml deleted file mode 100644 index c465a22dc..000000000 --- a/briar-android/briar-android.iml +++ /dev/null @@ -1,79 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/briar-api/briar-api.iml b/briar-api/briar-api.iml deleted file mode 100644 index 3d154955e..000000000 --- a/briar-api/briar-api.iml +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/briar-core/briar-core.iml b/briar-core/briar-core.iml deleted file mode 100644 index 0cd707f81..000000000 --- a/briar-core/briar-core.iml +++ /dev/null @@ -1,36 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/briar-desktop/briar-desktop.iml b/briar-desktop/briar-desktop.iml deleted file mode 100644 index ea72f302e..000000000 --- a/briar-desktop/briar-desktop.iml +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/briar-tests/briar-tests.iml b/briar-tests/briar-tests.iml deleted file mode 100644 index 83fdb9b9f..000000000 --- a/briar-tests/briar-tests.iml +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file